MetaDataCollections field

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

Visual Basic syntax

Public Shared ReadOnly MetaDataCollections As String

C# syntax

public static readonly string MetaDataCollections;

Example 1

The following code fills a DataTable with the MetaDataCollections collection.

                    DataTable schema = 
    GetSchema( SAMetaDataCollectionNames.MetaDataCollections );