RestoreLocationCollection.Contains(RestoreLocation) Method

Definition

Determines whether the specified RestoreLocation exists in the collection.

public bool Contains (Microsoft.AnalysisServices.RestoreLocation item);
member this.Contains : Microsoft.AnalysisServices.RestoreLocation -> bool
Public Function Contains (item As RestoreLocation) As Boolean

Parameters

item
RestoreLocation

The RestoreLocation whose existence is checked.

Returns

True, if the specified RestoreLocation is found in the collection; otherwise, false.

Applies to