Share via


WindowsLoginAccessType Enumeration

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

네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

구문

‘선언
Public Enumeration WindowsLoginAccessType
public enum WindowsLoginAccessType
public enum class WindowsLoginAccessType
public enum WindowsLoginAccessType
public enum WindowsLoginAccessType

Members

Member name Description
Deny Value = 2. Access to the instance of Microsoft SQL Server is denied.
Grant Value = 1. Access to the instance of Microsoft SQL Server is granted.
NonNTLogin Value = 99. Access to the instance of Microsoft SQL Server is not obtained with Microsoft Windows authentication.
Undefined Value = 0. Access to the instance of Microsoft SQL Server is undefined.

주의

The WindowsLoginAccessType enumeration class is served by the WindowsLoginAccessType property.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.SqlServer.Management.Smo Namespace