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
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.