AttributeRelationshipCollection.IndexOf メソッド (AttributeRelationship)
指定した AttributeRelationship のインデックスをコレクションから取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Function IndexOf ( _
item As AttributeRelationship _
) As Integer
'使用
Dim instance As AttributeRelationshipCollection
Dim item As AttributeRelationship
Dim returnValue As Integer
returnValue = instance.IndexOf(item)
public int IndexOf(
AttributeRelationship item
)
public:
int IndexOf(
AttributeRelationship^ item
)
member IndexOf :
item:AttributeRelationship -> int
public function IndexOf(
item : AttributeRelationship
) : int
パラメーター
- item
型: Microsoft.AnalysisServices.AttributeRelationship
コレクションで検索する AttributeRelationship を指定します。
戻り値
型: System.Int32
コレクションで AttributeRelationship が検索された 0 から始まるインデックスです。オブジェクトが見つからない場合は -1 です。