IndexColumns field

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

Visual Basic syntax

Public Shared ReadOnly IndexColumns As String

C# syntax

public static readonly string IndexColumns;

Example 1

The following code fills a DataTable with the IndexColumns collection.

                    DataTable schema = GetSchema( SAMetaDataCollectionNames.IndexColumns );