This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IE > IEnumSchemaChange Interface > IEnumSchemaChange.GetDatasetChanges Method (ArcObjects .NET 10.4 SDK) |
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,
ISchemaChangeInfo** ppInfo
);
[C++]
Parameters Name [in] Name is a parameter of type BSTR dsType [in]
dsType is a parameter of type esriDatasetType ppInfo [out, retval]
ppInfo is a parameter of type ISchemaChangeInfo
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.