CreateUserStatement.UserLoginOption (Propiedad)

Obtiene o establece las opciones de 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 UserLoginOption As UserLoginOption
    Get
    Set
public UserLoginOption UserLoginOption { get; set; }
public:
property UserLoginOption^ UserLoginOption {
    UserLoginOption^ get ();
    void set (UserLoginOption^ value);
}
member UserLoginOption : UserLoginOption with get, set
function get UserLoginOption () : UserLoginOption
function set UserLoginOption (value : UserLoginOption)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.UserLoginOption
Devuelve un objeto UserLoginOption.

Seguridad de .NET Framework

Vea también

Referencia

CreateUserStatement Clase

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