ParameterInfos.IndexOf 메서드

Gets the index of the parameter with the specified name in the parameter collection.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Function IndexOf ( _
    parameterName As String _
) As Integer
‘사용 방법
Dim instance As ParameterInfos 
Dim parameterName As String 
Dim returnValue As Integer 

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

매개 변수

반환 값

유형: System.Int32
The index of the parameter with the specified name if found in the parameter collection; otherwise, -1.

참고 항목

참조

ParameterInfos 클래스

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