WindowsCreateLoginSource.Options Property
Gets a list of Windows create 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 IdentifierLoginOption)
public IList<IdentifierLoginOption> Options { get; }
public:
property IList<IdentifierLoginOption^>^ Options {
IList<IdentifierLoginOption^>^ get ();
}
member Options : IList<IdentifierLoginOption>
function get Options () : IList<IdentifierLoginOption>
Property Value
Type: System.Collections.Generic.IList<IdentifierLoginOption>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.