Condividi tramite


Proprietà UserStatement.UserOptions

Gets or sets the user options.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property UserOptions As IList(Of PrincipalOption)
    Get
'Utilizzo
Dim instance As UserStatement 
Dim value As IList(Of PrincipalOption)

value = instance.UserOptions
public IList<PrincipalOption> UserOptions { get; }
public:
property IList<PrincipalOption^>^ UserOptions {
    IList<PrincipalOption^>^ get ();
}
member UserOptions : IList<PrincipalOption>
function get UserOptions () : IList<PrincipalOption>

Valore proprietà

Tipo: System.Collections.Generic.IList<PrincipalOption>
The user options.

Vedere anche

Riferimento

UserStatement Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom