Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Protected Sub New ( _
roleId As String, _
name As String, _
id As String _
)
'Usage
Dim roleId As String
Dim name As String
Dim id As String
Dim instance As New Permission(roleId, _
name, id)
protected Permission(
string roleId,
string name,
string id
)
protected:
Permission(
String^ roleId,
String^ name,
String^ id
)
new :
roleId:string *
name:string *
id:string -> Permission
protected function Permission(
roleId : String,
name : String,
id : String
)
Parameter
- roleId
Typ: System.String
A String value with the role ID of the role for which permissions are being defined
- name
Typ: System.String
A String value with the name of current permission.
- id
Typ: System.String
A String value with the ID of current permission.