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