Condividi tramite


Proprietà Login.DenyWindowsLogin

Gets or sets the Boolean property value that specifies whether the login account has been granted or denied the ability to log on to the instance of SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "false")> _
Public Property DenyWindowsLogin As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As Login 
Dim value As Boolean 

value = instance.DenyWindowsLogin

instance.DenyWindowsLogin = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone, "false")]
public bool DenyWindowsLogin { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone, L"false")]
public:
property bool DenyWindowsLogin {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "false")>]
member DenyWindowsLogin : bool with get, set
function get DenyWindowsLogin () : boolean 
function set DenyWindowsLogin (value : boolean)

Valore proprietà

Tipo: System.Boolean
A Boolean value that specifies whether the login accounts granted or denied the ability to log on to the instance of SQL Server.If True, the login account has been denied the ability to log on to the instance of SQL Server.If False, the login account has been granted the ability to log on to the instance of SQL Server.

Osservazioni

This option corresponds to the DenyNTLogin in SQL Distributed Management Objects (SQL-DMO).

Esempi

Gestione di utenti, ruoli e account di accesso

Vedere anche

Riferimento

Login Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Entità (Motore di database)

CREATE LOGIN (Transact-SQL)