หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets or sets the login options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Options As IList(Of PrincipalOption)
Get
'Usage
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>
Property Value
Type: System.Collections.Generic.IList<PrincipalOption>
The login options.