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

PermissionState Enumeration

The PermissionState enumeration contains values that specify the state of a permission.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum PermissionState
Member nameDescription
DenyThe permission has been denied.
RevokeThe permission has been revoked.
GrantThe permission has been granted.
GrantWithGrantThe permission has been granted with the ability to grant access to other users.

The PermissionState enumeration class is served by the PermissionState property.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.