다음을 통해 공유


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.

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

참고 항목

참조

Login 클래스

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

관련 자료

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

CREATE LOGIN(Transact-SQL)