Insert 方法 (Int32, BusinessLogicParameterCollection)
此 API 支援 基礎結構,但無法直接從您的程式碼使用。
命名空間: 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
)