ReservedWords field

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

Visual Basic syntax

Public Shared ReadOnly ReservedWords As String

C# syntax

public static readonly string ReservedWords;

Example 1

The following code fills a DataTable with the ReservedWords collection.

                    DataTable schema = GetSchema( SAMetaDataCollectionNames.ReservedWords );