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


IEnumSchemaChange.GetDomainChanges Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseDistributed)  

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,
  ISchemaChangeInfo** ppInfo
);
[C++]

Parameters domainName [in] domainName is a parameter of type BSTR ppInfo [out, retval]
ppInfo is a parameter of type ISchemaChangeInfo

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