Метод AccountCollection.Add (Account)
Adds an Account to the end of the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Add ( _
item As Account _
) As Integer
'Применение
Dim instance As AccountCollection
Dim item As Account
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
Account item
)
public:
int Add(
Account^ item
)
member Add :
item:Account -> int
public function Add(
item : Account
) : int
Параметры
- item
Тип: Microsoft.AnalysisServices.Account
The Account to be added.
Возвращаемое значение
Тип: System.Int32
The zero-based index at which the Account has been added.