PasswordCreateLoginSource.Options Property

Gets a list of login options.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property Options As IList(Of LoginOption)
public IList<LoginOption> Options { get; }
public:
property IList<LoginOption^>^ Options {
    IList<LoginOption^>^ get ();
}
member Options : IList<LoginOption>
function get Options () : IList<LoginOption>

Property Value

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

.NET Framework Security

See Also

Reference

PasswordCreateLoginSource Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace