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)