Proprietà ISql90User.IsWithoutLogin

Ottiene o imposta un valore che indica se l'utente dispone di un accesso associato.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90User Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel