WindowsCreateLoginSource.Options Property

 

Applies To: SQL Server 2016 Preview

Gets a list of Windows create login options.

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

Syntax

public IList<PrincipalOption> Options { get; }
public:
property IList<PrincipalOption^>^ Options {
    IList<PrincipalOption^>^ get();
}
member Options : IList<PrincipalOption> with get
Public ReadOnly Property Options As IList(Of PrincipalOption)

Property Value

Type: System.Collections.Generic.IList<PrincipalOption>

A list of Windows create login options.

See Also

WindowsCreateLoginSource Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top