This document is archived and information here might be outdated. Recommended version. |
Names of the tables the schematic data source can access to.
[Visual Basic .NET] Public Function get_TableNames ( _ [ByVal IncludeSystemTable As Boolean] _ ) As String[]
[C#] public String[] get_TableNames ( bool IncludeSystemTable );
[C++]
HRESULT get_TableNames(
VARIANT_BOOL IncludeSystemTable,
SAFEARRAY(System.String)* Names
);
[C++]
Parameters IncludeSystemTable [in, optional, defaultvalue()]
IncludeSystemTable is a parameter of type bool Names [out, retval]
Names is a parameter of type SAFEARRAY(BSTR)*