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,
VARIANT_BOOL* pOwnsType
);
[C++]Parameters
DatasetType [in]DatasetType is a parameter of type esriDatasetType
pOwnsType [out, retval] pOwnsType is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The OwnDatasetType method returns a boolean indicating whether the workspace extension supports the specified dataset type.