次の方法で共有


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 名前空間