Views field

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

Visual Basic syntax

Public Shared ReadOnly Views As String

C# syntax

public static readonly string Views;

Example 1

The following code fills a DataTable with the Views collection.

                    DataTable schema = GetSchema( SAMetaDataCollectionNames.Views );