Метод 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
Параметры
- item
Тип: Microsoft.AnalysisServices.BackupLocation
The BackupLocation to be added.
Возвращаемое значение
Тип: System.Int32
The zero-based index at which the BackupLocation has been added.