Compartir a través de


ISql90User.IsWithoutLogin (Propiedad)

Obtiene o establece un valor que indica si el usuario tiene un inicio de sesión asociado.

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

Sintaxis

'Declaración
Property IsWithoutLogin As Boolean
    Get
    Set
bool IsWithoutLogin { get; set; }
property bool IsWithoutLogin {
    bool get ();
    void set (bool value);
}
abstract IsWithoutLogin : bool with get, set
function get IsWithoutLogin () : boolean
function set IsWithoutLogin (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISql90User Interfaz

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