Método IndexOf (Measure)
Gets the index of a specified Measure.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function IndexOf ( _
item As Measure _
) As Integer
'Uso
Dim instance As MeasureCollection
Dim item As Measure
Dim returnValue As Integer
returnValue = instance.IndexOf(item)
public int IndexOf(
Measure item
)
public:
int IndexOf(
Measure^ item
)
member IndexOf :
item:Measure -> int
public function IndexOf(
item : Measure
) : int
Parâmetros
- item
Tipo: Microsoft.AnalysisServices. . :: . .Measure
The Measure to be returned.
Valor de retorno
Tipo: System. . :: . .Int32
The zero-based index of the Measure if the object is found; otherwise, -1.
Consulte também