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


IEnumSchemaChange.GetDatasetChanges 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.GetDatasetChanges Method
ArcGIS Developer Help

IEnumSchemaChange.GetDatasetChanges Method

The schema changes for a specific dataset.

[Visual Basic .NET]
Public Function GetDatasetChanges ( _
    ByVal Name As String, _
    ByVal dsType As esriDatasetType _
) As ISchemaChangeInfo
[C#]
public ISchemaChangeInfo GetDatasetChanges (
    string Name,
    esriDatasetType dsType
);
[C++]
HRESULT GetDatasetChanges(
  BSTR Name,
  esriDatasetType dsType
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR dsType [in]
dsType is a parameter of type esriDatasetType

Product Availability

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

Remarks

This method returns only the schema changes for a specific dataset.  This method returns a reference to ISchemaChangesInfo.

The dsName is a string name of the dataset.  The dsType uses the esriDatasetType enumeration to specify the type of dataset specified. 

See Also

IEnumSchemaChange Interface