Restrictions field

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

Visual Basic syntax

Public Shared ReadOnly Restrictions As String

C# syntax

public static readonly string Restrictions;

Example 1

The following code fills a DataTable with the Restrictions collection.

                    DataTable schema = GetSchema( SAMetaDataCollectionNames.Restrictions );