BackupLocationCollection.IndexOf(BackupLocation) Methode

Definition

Sucht nach dem angegebenen BackupLocation und gibt seinen nullbasierten Index innerhalb der Auflistung zurück.

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

Parameter

item
BackupLocation

Die zu suchende BackupLocation.

Gibt zurück

Der nullbasierte Index des BackupLocation-Objekts in der Collection, sofern gefunden; andernfalls –1.

Gilt für: