Permission Constructor (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.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

VB
'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)

Parameters

  • roleId
    Type: System.String
    A String value with the role ID of the role for which permissions are being defined
  • name
    Type: System.String
    A String value with the name of current permission.
  • id
    Type: System.String
    A String value with the ID of current permission.

See Also

Reference

Permission Class

Permission Overload

Microsoft.AnalysisServices Namespace