BackupLocationCollection.Contains(BackupLocation) Method

Definition

Determines whether the specified BackupLocation exists in the collection.

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

Parameters

item
BackupLocation

The BackupLocation whose existence is checked.

Returns

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

Applies to