Represents a user’s permissions.
命名空间: Microsoft.SqlServer.Management.IntegrationServices
程序集: Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)
语法
声明
Public Enumeration PermissionType
用法
Dim instance As PermissionType
public enum PermissionType
public enum class PermissionType
type PermissionType
public enum PermissionType
成员
| 成员名称 | 说明 | |
|---|---|---|
| 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. |