Sdílet prostřednictvím


UserStatement.UserOptions – vlastnost

Získá seznam možností uživatele.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

UserStatement Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů