This document is archived and information here might be outdated. Recommended version. |
Indicates if the workspace extension owns the dataset type.
[Visual Basic .NET] Public Function OwnsDatasetType ( _ ByVal DatasetType As esriDatasetType _ ) As Boolean
[C#] public bool OwnsDatasetType ( esriDatasetType DatasetType );
[C++]
HRESULT OwnsDatasetType(
esriDatasetType DatasetType
);
[C++]
Parameters DatasetType [in]
DatasetType is a parameter of type esriDatasetType
The OwnDatasetType method returns a boolean indicating whether the workspace extension supports the specified dataset type.