次の方法で共有


RelationshipEndAttributeCollection.IndexOf メソッド (RelationshipEndAttribute)

指定された文字列がこのインスタンス内で最初に出現する位置のインデックスを報告します。

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

構文

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

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

パラメーター

戻り値

型: System.Int32
指定された文字列がこの属性コレクション内で最初に出現する位置のインデックスです。

関連項目

参照

RelationshipEndAttributeCollection クラス

IndexOf オーバーロード

Microsoft.AnalysisServices 名前空間