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.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "false")> _
Public Property DenyWindowsLogin As Boolean 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: 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.

주의

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

사용자, 역할 및 로그인 관리

참고 항목

참조

Login 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

보안 주체(데이터베이스 엔진)

CREATE LOGIN(Transact-SQL)