Partager via


Constructeur CubePermission (String, String, String)

Initializes a new instance of the Cube class using a name, a role identifier, and a unique identifier.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    roleId As String, _
    name As String, _
    id As String _
)
'Utilisation
Dim roleId As String 
Dim name As String 
Dim id As String 

Dim instance As New CubePermission(roleId, _
    name, id)
public CubePermission(
    string roleId,
    string name,
    string id
)
public:
CubePermission(
    String^ roleId, 
    String^ name, 
    String^ id
)
new : 
        roleId:string * 
        name:string * 
        id:string -> CubePermission
public function CubePermission(
    roleId : String, 
    name : String, 
    id : String
)

Paramètres

  • roleId
    Type : System.String
    A String that contains the name of the role identifier.
  • name
    Type : System.String
    A String that contains the name of the cube.
  • id
    Type : System.String
    A String that contains a unique identifier for the cube.

Voir aussi

Référence

CubePermission Classe

Surcharge CubePermission

Espace de noms Microsoft.AnalysisServices