BackupLocationCollection.Add(BackupLocation) Method

Definition

Adds the specified BackupLocation to the end of the collection.

public int Add (Microsoft.AnalysisServices.BackupLocation item);
member this.Add : Microsoft.AnalysisServices.BackupLocation -> int
Public Function Add (item As BackupLocation) As Integer

Parameters

item
BackupLocation

The BackupLocation to be added.

Returns

The zero-based index at which the BackupLocation has been added to the collection.

Exceptions

The specified item is a null reference (Nothing in Visual Basic).

The specified item already esists in the collection.

Applies to