Compartilhar via


Propriedade do RDL AlterLoginOptionsStatement.Options

Gets or sets the login options.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public ReadOnly Property Options As IList(Of PrincipalOption)
    Get
'Uso
Dim instance As AlterLoginOptionsStatement 
Dim value As IList(Of PrincipalOption)

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

Valor da propriedade

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

Consulte também

Referência

AlterLoginOptionsStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom