Provides access to members that supply workspace extension information.
Members
Name | Description | |
---|---|---|
![]() | DataDictionaryTableNames | Any data dictionary tables that should not be exposed to browsers and should not participate in edit sessions. |
![]() | GUID | The GUID that identifies this Workspace Extension. |
![]() | Name | The Name for this Workspace Extension. |
![]() | OwnsDatasetType | Indicates if the workspace extension owns the dataset type. |
![]() | PrivateDatasetNames | The private datasets that should not be exposed to browsers. |
![]() | 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.