DimensionAttributeCollection.IndexOf Method (DimensionAttribute)
Gets the index of a specified DimensionAttribute.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function IndexOf ( _
item As DimensionAttribute _
) As Integer
'Usage
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
Parameters
- item
Type: Microsoft.AnalysisServices.DimensionAttribute
The DimensionAttribute to be returned.
Return Value
Type: System.Int32
The zero-based index of the DimensionAttribute if the object is found; otherwise, -1.