Login.HasAccess 属性
Gets or sets the Boolean property value that specifies whether the SQL Server login account has access to the instance of SQL Server.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "true")> _
Public ReadOnly Property HasAccess As Boolean
Get
用法
Dim instance As Login
Dim value As Boolean
value = instance.HasAccess
[SfcPropertyAttribute(SfcPropertyFlags.Standalone, "true")]
public bool HasAccess { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone, L"true")]
public:
property bool HasAccess {
bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "true")>]
member HasAccess : bool
function get HasAccess () : boolean
属性值
类型:System.Boolean
A Boolean value that specifies whether the login account has access to the instance of SQL Server. If True, the login has access to the instance of SQL Server.If False (default), the login does not have access to the instance of SQL Server.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间