Свойство 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> _
Public ReadOnly Property HasAccess As Boolean
Get
'Применение
Dim instance As Login
Dim value As Boolean
value = instance.HasAccess
[SfcPropertyAttribute]
public bool HasAccess { get; }
[SfcPropertyAttribute]
public:
property bool HasAccess {
bool get ();
}
[<SfcPropertyAttribute>]
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.
См. также