IWorkspaceExtension3 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 PrivateTableAndOwnerNames Datasets that own tables in the list.
Read-only property 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

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