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. |
![]() | PrivateTableAndOwnerNames | Datasets that own tables in the list. |
![]() | Workspace | The workspace associated with this Workspace Extension. |
IWorkspaceExtension3.PrivateTableAndOwnerNames Property
Datasets that own tables in the list.
Public Sub PrivateTableAndOwnerNames ( _ ByRef privateTables As IEnumDatasetName, _ ByRef owningDatasets As IEnumDatasetName _ )
public void PrivateTableAndOwnerNames ( ref IEnumDatasetName privateTables, ref IEnumDatasetName owningDatasets );
Inherited Interfaces
Interfaces | Description |
---|---|
IWorkspaceExtension2 | Provides access to members that supply workspace extension information. |
IWorkspaceExtension | Provides access to members that supply workspace extension information. |
Classes that implement IWorkspaceExtension3
Classes | Description |
---|---|
TerrainWorkspaceExtension (esriGeoDatabaseExtensions) | Esri TerrainWorkspaceExtension component. |