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