AlterLoginOptionsStatement.Options 属性

Gets or sets the login options.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public ReadOnly Property Options As IList(Of PrincipalOption)
    Get
用法
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>

属性值

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

请参阅

参考

AlterLoginOptionsStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间