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


IWorkspaceExtension2.OwnsDatasetType Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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,
  VARIANT_BOOL* ownsType
);
[C++]

Parameters DatasetType [in]
DatasetType is a parameter of type esriDatasetType ownsType [out, retval] ownsType 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.

See Also

IWorkspaceExtension2 Interface