Add méthode (String, String, String)
Creates and adds a CubePermission, with the specified role identifier, name, and identifier, to the end of the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Add ( _
roleId As String, _
name As String, _
id As String _
) As CubePermission
'Utilisation
Dim instance As CubePermissionCollection
Dim roleId As String
Dim name As String
Dim id As String
Dim returnValue As CubePermission
returnValue = instance.Add(roleId, name, _
id)
public CubePermission Add(
string roleId,
string name,
string id
)
public:
CubePermission^ Add(
String^ roleId,
String^ name,
String^ id
)
member Add :
roleId:string *
name:string *
id:string -> CubePermission
public function Add(
roleId : String,
name : String,
id : String
) : CubePermission
Paramètres
- roleId
Type : System. . :: . .String
- name
Type : System. . :: . .String
The name of the CubePermission to be added.
- id
Type : System. . :: . .String
The identifier of the CubePermission to be added.
Valeur de retour
Type : Microsoft.AnalysisServices. . :: . .CubePermission
A new, empty CubePermission.