WindowsLoginAccessType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum WindowsLoginAccessType
type WindowsLoginAccessType =
Public Enum WindowsLoginAccessType
- Inheritance
-
WindowsLoginAccessType
Fields
Name | Value | Description |
---|---|---|
Undefined | 0 | The login has not been explicitly granted or denied permissions to access this server. |
Grant | 1 | This login has explicit grant permissions to access this server. |
Deny | 2 | This login has explicit deny permissions to access this server. |
NonNTLogin | 99 | The login is a standard SQL Server login; the property does not apply. |