Users field

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

Visual Basic syntax

Public Shared ReadOnly Users As String

C# syntax

public static readonly string Users;

Example 1

The following code fills a DataTable with the Users collection.

                    DataTable schema = GetSchema( SAMetaDataCollectionNames.Users );