Expand Minimize
This topic has not yet been rated - Rate this topic

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)
public enum WindowsLoginAccessType
Member nameDescription
DenyValue = 2. Access to the instance of SQL Server is denied.
GrantValue = 1. Access to the instance of SQL Server is granted.
NonNTLoginValue = 99. Access to the instance of SQL Server is not obtained by using Windows Authentication.
UndefinedValue = 0. Access to the instance of SQL Server is undefined.

The WindowsLoginAccessType enumeration class is served by the WindowsLoginAccessType property.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.