CubePermission Constructors
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.
Overloads
CubePermission() |
Initializes a new instance of the CubePermission class using default values. |
CubePermission(String, String, String) |
Initializes a new instance of the CubePermission class using a name, a role identifier, and a unique identifier. |
CubePermission()
Initializes a new instance of the CubePermission class using default values.
public CubePermission ();
Public Sub New ()
Applies to
CubePermission(String, String, String)
Initializes a new instance of the CubePermission class using a name, a role identifier, and a unique identifier.
public CubePermission (string roleId, string name, string id);
new Microsoft.AnalysisServices.CubePermission : string * string * string -> Microsoft.AnalysisServices.CubePermission
Public Sub New (roleId As String, name As String, id As String)
Parameters
- roleId
- String
A String that contains the name of the role identifier.
- name
- String
A String that contains the name of the cube.
- id
- String
A String that contains a unique identifier for the cube.