This document is archived and information here might be outdated. Recommended version. |
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
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.