Tables field

Provides a constant for use with the SAConnection.GetSchema(string) method that represents the Tables collection.

Visual Basic syntax

Public Shared ReadOnly Tables As String

C# syntax

public static readonly string Tables;

Example 1

The following code fills a DataTable with the Tables collection.

                    DataTable schema = GetSchema( SAMetaDataCollectionNames.Tables );