次の方法で共有


PackageItems.IndexOf メソッド

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

名前空間:  Microsoft.SqlServer.Dts.Runtime
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
Public Function IndexOf ( _
    streamName As String _
) As Integer
'使用
Dim instance As PackageItems 
Dim streamName As String 
Dim returnValue As Integer 

returnValue = instance.IndexOf(streamName)
public int IndexOf(
    string streamName
)
public:
int IndexOf(
    String^ streamName
)
member IndexOf : 
        streamName:string -> int
public function IndexOf(
    streamName : String
) : int

パラメーター

戻り値

型: System.Int32
指定した文字列がこのインスタンス内で出現する位置のインデックス。

関連項目

参照

PackageItems クラス

Microsoft.SqlServer.Dts.Runtime 名前空間