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
パラメーター
- streamName
型: System.String
ストリームの名前。
戻り値
型: System.Int32
指定した文字列がこのインスタンス内で出現する位置のインデックス。