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
)