Partager via


Propriété AlterLoginOptionsStatement.Options

Gets or sets the login options.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Options As IList(Of PrincipalOption)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

AlterLoginOptionsStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom