PermissionSet Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the permission set for the analysis services.
[System.Runtime.InteropServices.Guid("73D7BAE9-80C0-4fa7-996D-4A1A2B99671F")]
public enum PermissionSet
[<System.Runtime.InteropServices.Guid("73D7BAE9-80C0-4fa7-996D-4A1A2B99671F")>]
type PermissionSet =
Public Enum PermissionSet
- Inheritance
-
PermissionSet
- Attributes
Fields
Name | Value | Description |
---|---|---|
Safe | 0 | The safe permission. |
ExternalAccess | 1 | The external access permission. |
Unrestricted | 2 | The unrestricted permission. |