This document is archived and information here might be outdated.  Recommended version.


IEnumSchemaChange.GetDomainChanges Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IE > IEnumSchemaChange Interface > IEnumSchemaChange.GetDomainChanges Method
ArcGIS Developer Help

IEnumSchemaChange.GetDomainChanges Method

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
);
[C++]
Parameters
domainName [in]

domainName is a parameter of type BSTR

Product Availability

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

Remarks

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.

See Also

IEnumSchemaChange Interface