Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The WindowsLoginAccessType enumeration contains constant values that specify the type of access a Microsoft Windows login has to the instance of Microsoft SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
Syntax
'Declaration
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. |
Hinweise
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.