RestoreFolderCollection.Add(RestoreFolder) Method

Definition

Adds the specified RestoreFolder to the end of the collection.

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

Parameters

item
RestoreFolder

The RestoreFolder to be added.

Returns

The zero-based index at which the RestoreFolder 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