Метод RoleCollection.Add
Creates and adds a Role to the end of the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Add As Role
'Применение
Dim instance As RoleCollection
Dim returnValue As Role
returnValue = instance.Add()
public Role Add()
public:
Role^ Add()
member Add : unit -> Role
public function Add() : Role
Возвращаемое значение
Тип: Microsoft.AnalysisServices.Role
A new, empty Role.