Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Creates and adds a CubePermission, with the specified role identifier, name, and identifier, to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Add ( _
roleId As String, _
name As String, _
id As String _
) As CubePermission
'Usage
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
Parameters
- roleId
Type: System.String
The identifier of the role for the CubePermission to be added.
- name
Type: System.String
The name of the CubePermission to be added.
- id
Type: System.String
The identifier of the CubePermission to be added.
Return Value
Type: Microsoft.AnalysisServices.CubePermission
A new, empty CubePermission.