PermissionType Enumeration
Represents a user’s permissions.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Enumeration PermissionType
'Usage
Dim instance As PermissionType
public enum PermissionType
public enum class PermissionType
type PermissionType
public enum PermissionType
Members
Member name | Description | |
---|---|---|
CreateObjects | The CreateObjects permission type. | |
Execute | The Execute permission type. | |
ExecuteObjects | The ExecuteObjects permission type. | |
ManageObjectPermissions | The ManageObjectPermissions permission type. | |
ManagePermissions | The ManagePermissions permission type. | |
Modify | The Modify permission type. | |
ModifyObjects | The ModifyObjects permission type. | |
Read | The Read permission type. | |
ReadObjects | The ReadObjects permission type. |
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace