共用方式為


Insert 方法 (Int32, BusinessLogicParameterCollection)

此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。

命名空間:  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
)