This document is archived and information here might be outdated. Recommended version. |
An enumeration of the replica schema changes.
[Visual Basic .NET] Public Function GetChanges ( _ ) As IEnumSchemaChange
[C#] public IEnumSchemaChange GetChanges ( );
[C++]
HRESULT GetChanges(
void
);
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.