Метод RoleMemberCollection.Add
Adds the specified RoleMember to the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Add ( _
item As RoleMember _
) As Integer
'Применение
Dim instance As RoleMemberCollection
Dim item As RoleMember
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
RoleMember item
)
public:
int Add(
RoleMember^ item
)
member Add :
item:RoleMember -> int
public function Add(
item : RoleMember
) : int
Параметры
- item
Тип: Microsoft.AnalysisServices.RoleMember
The RoleMember to add to the collection.
Возвращаемое значение
Тип: System.Int32
The zero-based index in collection where the RoleMember was added.