DimensionAttributeCollection.IndexOf-Methode (DimensionAttribute)

Gets the index of a specified DimensionAttribute.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

VB
'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)

Parameter

Rückgabewert

Typ: System.Int32
The zero-based index of the DimensionAttribute if the object is found; otherwise, -1.

Siehe auch

Verweis

DimensionAttributeCollection Klasse

IndexOf-Überladung

Microsoft.AnalysisServices-Namespace