UserDefinedTypes field

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

Visual Basic syntax

Public Shared ReadOnly UserDefinedTypes As String

C# syntax

public static readonly string UserDefinedTypes;

Example 1

The following code fills a DataTable with the UserDefinedTypes collection.

                    DataTable schema = 
    GetSchema( SAMetaDataCollectionNames.UserDefinedTypes );