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.
- value
유형: Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameterCollection
The parameter object to insert into the collection.