Compartir a través de


Enumeración WindowsLoginAccessType

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Sintaxis

'Declaración
Public Enumeration WindowsLoginAccessType
'Uso
Dim instance As WindowsLoginAccessType
public enum WindowsLoginAccessType
public enum class WindowsLoginAccessType
type WindowsLoginAccessType
public enum WindowsLoginAccessType

Miembros

Nombre del miembro Descripción
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.

Comentarios

The WindowsLoginAccessType enumeration class is served by the WindowsLoginAccessType property.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo