Поделиться через


Метод BackupLocationCollection.Add

Adds a BackupLocation to the end of the collection.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Function Add ( _
    item As BackupLocation _
) As Integer
'Применение
Dim instance As BackupLocationCollection 
Dim item As BackupLocation 
Dim returnValue As Integer 

returnValue = instance.Add(item)
public int Add(
    BackupLocation item
)
public:
int Add(
    BackupLocation^ item
)
member Add : 
        item:BackupLocation -> int
public function Add(
    item : BackupLocation
) : int

Параметры

Возвращаемое значение

Тип: System.Int32
The zero-based index at which the BackupLocation has been added.

См. также

Справочник

BackupLocationCollection Класс

Пространство имен Microsoft.AnalysisServices