Represents action on granting permission on the securable object.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public enum GrantAction |
| Visual Basic (Declaration) |
|---|
Public Enumeration GrantAction |
| Visual C++ |
|---|
public enum class GrantAction |
Members
| Member name | Description | |
|---|---|---|
| None | None. | |
| Select | Select. | |
| Update | Update. | |
| References | References. | |
| Insert | Insert. | |
| Delete | Delete. | |
| Execute | Execute. | |
| Receive | Receive. | |
| ViewDefinition | View definition. | |
| Alter | Alter. | |
| TakeOwnership | Take ownership. | |
| Control | Control. | |
| AlterAnyApplicationRole | Alters Any Application Role. | |
| AlterAnyAssembly | Alters Any Assembly. | |
| AlterAnyAsymmetricKey | Alters Any Asymmetric Key. | |
| AlterAnyCertificate | Alters Any Certificate. | |
| AlterAnyContract | Alters Any Contract. | |
| AlterAnyDatabaseDdlTrigger | Alters Any Database Ddl Trigger. | |
| AlterAnyDatabaseEventNotification | Alters Any Database Event Notification. | |
| AlterAnyDataspace | Alters Any Dataspace. | |
| AlterAnyFulltextCatalog | Alters Any Fulltext Catalog. | |
| AlterAnyMessageType | Alters Any Message Type. | |
| AlterAnyRemoteServiceBinding | Alters Any Remote Service Binding. | |
| AlterAnyRole | Alters Any Role. | |
| AlterAnyRoute | Alters Any Route. | |
| AlterAnySchema | Alters Any Schema. | |
| AlterAnyService | Alters Any Service. | |
| AlterAnySymmetricKey | Alters Any Symmetric Key. | |
| AlterAnyUser | Alters Any User. | |
| Authenticate | Authenticates. | |
| BackupDatabase | Backups Database. | |
| BackupLog | Backups Log. | |
| Checkpoint | Checkpoint. | |
| Connect | Connect. | |
| ConnectReplication | Connects Replication. | |
| CreateAggregate | Creates Aggregate. | |
| CreateAssembly | Creates Assembly. | |
| CreateAsymmetricKey | Creates Asymmetric Key. | |
| CreateCertificate | Creates Certificate. | |
| CreateContract | Creates Contract. | |
| CreateDatabase | Creates Database. | |
| CreateDatabaseDdlEventNotification | Creates Database Ddl Event Notification. | |
| CreateDefault | Creates Default Value of a Column. | |
| CreateFulltextCatalog | Creates Fulltext Catalog. | |
| CreateFunction | Creates Function. | |
| CreateMessageType | Creates Message Type. | |
| CreateProcedure | Creates Procedure. | |
| CreateQueue | Creates Queue. | |
| CreateRemoteServiceBinding | Creates Remote Service Binding. | |
| CreateRole | Creates Role. | |
| CreateRoute | Creates Route. | |
| CreateRule | Creates Rule. | |
| CreateSchema | Creates Schema. | |
| CreateService | Creates Service. | |
| CreateSymmetricKey | Creates Symmetric Key. | |
| CreateSynonym | Creates Synonym. | |
| CreateTable | Creates Table. | |
| CreateType | Creates Type. | |
| CreateView | Creates View. | |
| CreateXmlSchemaCollection | Creates Xml Schema Collection. | |
| Showplan | Showplan. | |
| SubscribeQueryNotifications | Subscribes Query Notifications. | |
| ViewDatabaseState | Displays Database State. |