IndexOf méthode
Gets the index of a specified RestoreFolder.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function IndexOf ( _
item As RestoreFolder _
) As Integer
'Utilisation
Dim instance As RestoreFolderCollection
Dim item As RestoreFolder
Dim returnValue As Integer
returnValue = instance.IndexOf(item)
public int IndexOf(
RestoreFolder item
)
public:
int IndexOf(
RestoreFolder^ item
)
member IndexOf :
item:RestoreFolder -> int
public function IndexOf(
item : RestoreFolder
) : int
Paramètres
- item
Type : Microsoft.AnalysisServices. . :: . .RestoreFolder
The RestoreFolder to return.
Valeur de retour
Type : System. . :: . .Int32
The zero-based index of the RestoreFolder if the object is found; otherwise, -1.