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