BusinessLogicParameterCollection.Insert 메서드 (Int32, BusinessLogicParameterCollection)

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

Inserts the specified index of the parameter object with the specified name into the collection at the specified index

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

구문

‘선언
Public Sub Insert ( _
    index As Integer, _
    value As BusinessLogicParameterCollection _
)
‘사용 방법
Dim instance As BusinessLogicParameterCollection 
Dim index As Integer 
Dim value As BusinessLogicParameterCollection

instance.Insert(index, value)
public void Insert(
    int index,
    BusinessLogicParameterCollection value
)
public:
void Insert(
    int index, 
    BusinessLogicParameterCollection^ value
)
member Insert : 
        index:int * 
        value:BusinessLogicParameterCollection -> unit
public function Insert(
    index : int, 
    value : BusinessLogicParameterCollection
)

매개 변수

  • index
    유형: System.Int32
    The index at which to insert the parameter object.

참고 항목

참조

BusinessLogicParameterCollection 클래스

Insert 오버로드

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