次の方法で共有


UrnCollection.IndexOf メソッド

指定した URN のインデックスをコレクションから取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Function IndexOf ( _
    urn As Urn _
) As Integer
'使用
Dim instance As UrnCollection 
Dim urn As Urn 
Dim returnValue As Integer 

returnValue = instance.IndexOf(urn)
public int IndexOf(
    Urn urn
)
public:
virtual int IndexOf(
    Urn^ urn
) sealed
abstract IndexOf : 
        urn:Urn -> int  
override IndexOf : 
        urn:Urn -> int
public final function IndexOf(
    urn : Urn
) : int

パラメーター

戻り値

型: System.Int32
指定した URN のインデックスです。

実装

IList<T>.IndexOf(T)

使用例

コレクションの使用

関連項目

参照

UrnCollection クラス

Microsoft.SqlServer.Management.Smo 名前空間