DataItemCollection.IndexOf-Methode
Gets the index of a specified DataItem.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function IndexOf ( _
item As DataItem _
) As Integer
'Usage
Dim instance As DataItemCollection
Dim item As DataItem
Dim returnValue As Integer
returnValue = instance.IndexOf(item)
public int IndexOf(
DataItem item
)
public:
int IndexOf(
DataItem^ item
)
member IndexOf :
item:DataItem -> int
public function IndexOf(
item : DataItem
) : int
Parameter
- item
Typ: Microsoft.AnalysisServices.DataItem
The DataItem to be returned.
Rückgabewert
Typ: System.Int32
The zero-based index of the DataItem if the object is found; otherwise, -1.