다음을 통해 공유


WindowsLoginAccessType 열거형

The WindowsLoginAccessType enumeration contains constant values that specify the type of access a Windows login has to the instance of SQL Server.

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

구문

‘선언
Public Enumeration WindowsLoginAccessType
‘사용 방법
Dim instance As WindowsLoginAccessType
public enum WindowsLoginAccessType
public enum class WindowsLoginAccessType
type WindowsLoginAccessType
public enum WindowsLoginAccessType

멤버

멤버 이름 설명
Deny Value = 2. Access to the instance of SQL Server is denied.
Grant Value = 1. Access to the instance of SQL Server is granted.
NonNTLogin Value = 99. Access to the instance of SQL Server is not obtained by using Windows Authentication.
Undefined Value = 0. Access to the instance of SQL Server is undefined.

주의

The WindowsLoginAccessType enumeration class is served by the WindowsLoginAccessType property.