次の方法で共有


AggregationDesignAttributeCollection.IndexOf メソッド (AggregationDesignAttribute)

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

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

構文

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

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

パラメーター

戻り値

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

関連項目

参照

AggregationDesignAttributeCollection クラス

IndexOf オーバーロード

Microsoft.AnalysisServices 名前空間