This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IS > ISchemaChanges Interface > ISchemaChanges.GetChanges Method (ArcObjects .NET 10.4 SDK) |
An enumeration of the replica schema changes.
[Visual Basic .NET] Public Function GetChanges ( _ ) As IEnumSchemaChange
[C#] public IEnumSchemaChange GetChanges ( );
[C++]
HRESULT GetChanges(
IEnumSchemaChange** SchemaChanges
);
[C++]
Parameters SchemaChanges [out, retval]
SchemaChanges is a parameter of type IEnumSchemaChange
The GetChanges method returns the schema changes from the SchemaChanges object.
This method returns a reference to an object that implements IEnumSchemaChange. See the IEnumSchemaChange interface for more information.