BusinessLogicParameterCollection.IndexOf 메서드 (String)

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Returns the index of the parameter object with the specified name.

네임스페이스:  Microsoft.SqlServer.Replication.BusinessLogicSupport
어셈블리:  Microsoft.SqlServer.Replication.BusinessLogicSupport(Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

구문

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

returnValue = instance.IndexOf(parameterName)
public int IndexOf(
    string parameterName
)
public:
virtual int IndexOf(
    String^ parameterName
) sealed
abstract IndexOf : 
        parameterName:string -> int  
override IndexOf : 
        parameterName:string -> int
public final function IndexOf(
    parameterName : String
) : int

매개 변수

반환 값

유형: System.Int32
The index of the parameter object with the specified name.

구현

IDataParameterCollection.IndexOf(String)

참고 항목

참조

BusinessLogicParameterCollection 클래스

IndexOf 오버로드

Microsoft.SqlServer.Replication.BusinessLogicSupport 네임스페이스