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
매개 변수
- parameterName
유형: System.String
The name of the parameter.
반환 값
유형: System.Int32
The index of the parameter with the specified name if found in the parameter collection; otherwise, -1.