UserLoginOption.UserLoginOptionType-Eigenschaft

Ruft den Typ der Benutzeranmeldung ab oder legt diesen fest.

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

Syntax

'Declaration
Public Property UserLoginOptionType As UserLoginOptionType
    Get
    Set
public UserLoginOptionType UserLoginOptionType { get; set; }
public:
property UserLoginOptionType UserLoginOptionType {
    UserLoginOptionType get ();
    void set (UserLoginOptionType value);
}
member UserLoginOptionType : UserLoginOptionType with get, set
function get UserLoginOptionType () : UserLoginOptionType
function set UserLoginOptionType (value : UserLoginOptionType)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.UserLoginOptionType
Gibt einen UserLoginOptionType-Enumerationswert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

UserLoginOption Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace