次の方法で共有


IndexOf メソッド (AggregationDesignDimension)

指定した AggregationDesignDimension のインデックスを取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Function IndexOf ( _
    item As AggregationDesignDimension _
) As Integer
'使用
Dim instance As AggregationDesignDimensionCollection
Dim item As AggregationDesignDimension
Dim returnValue As Integer

returnValue = instance.IndexOf(item)
public int IndexOf(
    AggregationDesignDimension item
)
public:
int IndexOf(
    AggregationDesignDimension^ item
)
member IndexOf : 
        item:AggregationDesignDimension -> int 
public function IndexOf(
    item : AggregationDesignDimension
) : int

戻り値

型: System. . :: . .Int32
オブジェクトが見つかった場合は AggregationDesignDimension の 0 から始まるインデックス、見つからない場合は -1 です。