This document is archived and information here might be outdated. Recommended version. |
Indicates whether or not to show only standalone tables.
[Visual Basic .NET] Public Property ShowOnlyStandaloneTables As Boolean
[C#] public bool ShowOnlyStandaloneTables {get; set;}
[C++]
HRESULT get_ShowOnlyStandaloneTables(
VARIANT_BOOL bShowOnlyStandaloneTables
);
[C++]
HRESULT put_ShowOnlyStandaloneTables(
Boolean* bShowOnlyStandaloneTables
);
[C++]
Parameters bShowOnlyStandaloneTables [in]
bShowOnlyStandaloneTables is a parameter of type bool bShowOnlyStandaloneTables [out, retval]
bShowOnlyStandaloneTables is a parameter of type bool*