ArcObjects Library Reference (GeoDatabaseDistributed)  

IEnumSchemaChange.HasChanges Method

Indicates if there are schema changes.

[Visual Basic .NET]
Public Function HasChanges ( _
) As Boolean
[C#]
public bool HasChanges (
);
[C++]
HRESULT HasChanges(
  VARIANT_BOOL* pHasSchemaChanges
);
[C++]

Parameters

pHasSchemaChanges [out, retval]   pHasSchemaChanges is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The HasChanges property returns TRUE if there are schema changes, it returns FALSE if there are no schema differences.

See Also

IEnumSchemaChange Interface