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