This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IE > IEnumSchemaChange Interface > IEnumSchemaChange.GetDomainChanges Method (ArcObjects .NET 10.4 SDK) |
The schema changes for a specific domain.
[Visual Basic .NET] Public Function GetDomainChanges ( _ ByVal domainName As String _ ) As ISchemaChangeInfo
[C#] public ISchemaChangeInfo GetDomainChanges ( string domainName );
[C++]
HRESULT GetDomainChanges(
BSTR domainName,
ISchemaChangeInfo** ppInfo
);
[C++]
Parameters domainName [in] domainName is a parameter of type BSTR ppInfo [out, retval]
ppInfo is a parameter of type ISchemaChangeInfo
This method returns only the schema changes for a specific domain. This method returns a reference to ISchemaChangesInfo.
The domainName is a string name of the domain.