ArcObjects Library Reference (GeoDatabase)  

IWorkspaceExtension.DataDictionaryTableNames Property

Any data dictionary tables that should not be exposed to browsers and should not participate in edit sessions.

[Visual Basic .NET]
Public ReadOnly Property DataDictionaryTableNames As IEnumBSTR
[C#]
public IEnumBSTR DataDictionaryTableNames {get;}
[C++]
HRESULT get_DataDictionaryTableNames(
  IEnumBSTR** ppPrivateNames
);
[C++]

Parameters

ppPrivateNames [out, retval]

  ppPrivateNames is a parameter of type IEnumBSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The PrivateDatasetNames and DataDictionaryNames properties return the names of tables and datasets that are private to the extension and will not be exposed by the workspace to browsing clients.  Since they return an EnumBSTR object that is not cocreatable, you must create your own object that implements IEnumBSTR. 

See Also

IWorkspaceExtension Interface