共用方式為


WindowsCreateLoginSource.Options 屬性

Gets a list of Windows create 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 WindowsCreateLoginSource 
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>
A list of Windows create login options.

請參閱

參考

WindowsCreateLoginSource 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間