IWorkspaceExtension2 Interface

Provides access to members that supply workspace extension information.

Members

Name Description
Read-only property DataDictionaryTableNames Any data dictionary tables that should not be exposed to browsers and should not participate in edit sessions.
Read-only property GUID The GUID that identifies this Workspace Extension.
Read-only property Name The Name for this Workspace Extension.
Method OwnsDatasetType Indicates if the workspace extension owns the dataset type.
Read-only property PrivateDatasetNames The private datasets that should not be exposed to browsers.
Read-only property Workspace The workspace associated with this Workspace Extension.

IWorkspaceExtension2.OwnsDatasetType Method

Indicates if the workspace extension owns the dataset type.

Public Function OwnsDatasetType ( _
    ByVal DatasetType As esriDatasetType _
) As Boolean
public bool OwnsDatasetType (
    esriDatasetType DatasetType
);

Remarks

The OwnDatasetType method returns a boolean indicating whether the workspace extension supports the specified dataset type.

IWorkspaceExtension2.Workspace Property

The workspace associated with this Workspace Extension.

Public ReadOnly Property Workspace As IWorkspace
public IWorkspace Workspace {get;}

Remarks

The Workspace property returns a reference to the workspace associated with the extension.

Inherited Interfaces

Interfaces Description
IWorkspaceExtension Provides access to members that supply workspace extension information.

Classes that implement IWorkspaceExtension2

Classes Description

Remarks

IWorkspaceExtension2 provides access to members that supply workspace extension information.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.