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
パラメーター
- item
型: Microsoft.AnalysisServices.RelationshipEndAttribute
コレクション内のオブジェクトです。
戻り値
型: System.Int32
指定された文字列がこの属性コレクション内で最初に出現する位置のインデックスです。