CubePermissionCollection.Add 方法 (String, String, String)
Creates and adds a CubePermission, with the specified role identifier, name, and identifier, to the end of the collection.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Function Add ( _
roleId As String, _
name As String, _
id As String _
) As CubePermission
用法
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
参数
- roleId
类型:System.String
The identifier of the role for the CubePermission to be added.
- name
类型:System.String
The name of the CubePermission to be added.
- id
类型:System.String
The identifier of the CubePermission to be added.
返回值
类型:Microsoft.AnalysisServices.CubePermission
A new, empty CubePermission.