UserLoginOption.UserLoginOptionType (Propiedad)

Obtiene o establece el tipo del inicio de sesión de usuario.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.UserLoginOptionType
Devuelve un valor de enumeración UserLoginOptionType.

Seguridad de .NET Framework

Vea también

Referencia

UserLoginOption Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)