ArcObjects Library Reference (Schematic)  

ISchematicDataSourceDesign.TableNames Property

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#]

Optional Values

IncludeSystemTable   Supply false as a default value.
[C++]
HRESULT get_TableNames(
  VARIANT_BOOL IncludeSystemTable,
  Names* Names
);
[C++]

Parameters

IncludeSystemTable [in, optional, defaultvalue(VARIANT_FALSE)]   IncludeSystemTable is a parameter of type VARIANT_BOOL Names [out, retval]   Names is a parameter of type

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicDataSourceDesign Interface