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