Metoda AnnotationCollection.IndexOf (Annotation)
Pobiera indeks określonego Annotation.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function IndexOf ( _
item As Annotation _
) As Integer
'Użycie
Dim instance As AnnotationCollection
Dim item As Annotation
Dim returnValue As Integer
returnValue = instance.IndexOf(item)
public int IndexOf(
Annotation item
)
public:
int IndexOf(
Annotation^ item
)
member IndexOf :
item:Annotation -> int
public function IndexOf(
item : Annotation
) : int
Parametry
- item
Typ: Microsoft.AnalysisServices.Annotation
Annotation Mają być zwrócone.
Wartość zwracana
Typ: System.Int32
Indeksu z Annotation, jeśli obiekt zostanie znaleziony; w przeciwnym razie -1.
Zobacz także