Represents mode to grant permission on the securable object .
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public enum GrantMode |
| Visual Basic (Declaration) |
|---|
Public Enumeration GrantMode |
| Visual C++ |
|---|
public enum class GrantMode |
Members
| Member name | Description | |
|---|---|---|
| None | None. | |
| Deny | Deny. | |
| Grant | Grant. | |
| GrantWithGrantOption | Grant with grant option. |