PackageItems.IndexOf 메서드

Reports the index of the occurrence of the specified string in this instance.

네임스페이스:  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
The index of the occurrence of the specified string in this instance.

참고 항목

참조

PackageItems 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스