共用方式為


IndexOf 方法 (DimensionAttribute)

Gets the index of a specified DimensionAttribute.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Function IndexOf ( _
    item As DimensionAttribute _
) As Integer
'用途
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

傳回值

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