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 命名空间