DataSourceInformation field

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

Visual Basic syntax

Public Shared ReadOnly DataSourceInformation As String

C# syntax

public static readonly string DataSourceInformation;

Example 1

The following code fills a DataTable with the DataSourceInformation collection.

                    DataTable schema = 
    GetSchema( SAMetaDataCollectionNames.DataSourceInformation );