Aracılığıyla paylaş


WindowsLoginAccessType Enumeration

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

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

Syntax

'Bildirim
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 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.

Remarks

The WindowsLoginAccessType enumeration class is served by the WindowsLoginAccessType property.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.