This document is archived and information here might be outdated.  Recommended version.


IWorkspaceExtension2.OwnsDatasetType Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceExtension2 Interface > IWorkspaceExtension2.OwnsDatasetType Method
ArcGIS Developer Help

IWorkspaceExtension2.OwnsDatasetType Method

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

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.

See Also

IWorkspaceExtension2 Interface