Permission 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
Permission() |
Initializes a new instance of Permission using the default values. This method is invoked from a derived class or overloaded. |
Permission(String, String, String) |
Initializes a new instance of Permission using roleID, user name, and user ID as parameter values. This method is invoked from a derived class or overloaded. |
Permission()
Initializes a new instance of Permission using the default values. This method is invoked from a derived class or overloaded.
protected Permission ();
Protected Sub New ()
Applies to
Permission(String, String, String)
Initializes a new instance of Permission using roleID, user name, and user ID as parameter values. This method is invoked from a derived class or overloaded.
protected Permission (string roleId, string name, string id);
new Microsoft.AnalysisServices.Permission : string * string * string -> Microsoft.AnalysisServices.Permission
Protected Sub New (roleId As String, name As String, id As String)
Parameters
- roleId
- String
A String value with the role ID of the role for which permissions are being defined.
- name
- String
A String value with the name of current permission.
- id
- String
A String value with the ID of current permission.