Метод CubePermissionCollection.Add (String, String)
Creates and adds a CubePermission, with the specified role identifier and name, to the end of the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Add ( _
roleId As String, _
name As String _
) As CubePermission
'Применение
Dim instance As CubePermissionCollection
Dim roleId As String
Dim name As String
Dim returnValue As CubePermission
returnValue = instance.Add(roleId, name)
public CubePermission Add(
string roleId,
string name
)
public:
CubePermission^ Add(
String^ roleId,
String^ name
)
member Add :
roleId:string *
name:string -> CubePermission
public function Add(
roleId : String,
name : 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.
Возвращаемое значение
Тип: Microsoft.AnalysisServices.CubePermission
A new, empty CubePermission.