Compartir a través de


UserStatement.UserOptions (Propiedad)

Obtiene una lista de las opciones de usuario.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public ReadOnly Property UserOptions As IList(Of UserOption)
    Get
public IList<UserOption> UserOptions { get; }
public:
property IList<UserOption^>^ UserOptions {
    IList<UserOption^>^ get ();
}
member UserOptions : IList<UserOption>
function get UserOptions () : IList<UserOption>

Valor de propiedad

Tipo: System.Collections.Generic.IList<UserOption>

Seguridad de .NET Framework

Vea también

Referencia

UserStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)