共用方式為


BusinessLogicCommand 建構函式 (BusinessLogicConnection, TempDBResultSet)

命名空間:  Microsoft.SqlServer.Replication.BusinessLogicSupport
組件:  Microsoft.SqlServer.Replication.BusinessLogicSupport (在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)

語法

'宣告
Public Sub New ( _
    connection As BusinessLogicConnection, _
    resultSet As TempDBResultSet _
)
'用途
Dim connection As BusinessLogicConnection
Dim resultSet As TempDBResultSet

Dim instance As New BusinessLogicCommand(connection, _
    resultSet)
public BusinessLogicCommand(
    BusinessLogicConnection connection,
    TempDBResultSet resultSet
)
public:
BusinessLogicCommand(
    BusinessLogicConnection^ connection, 
    TempDBResultSet^ resultSet
)
new : 
        connection:BusinessLogicConnection * 
        resultSet:TempDBResultSet -> BusinessLogicCommand
public function BusinessLogicCommand(
    connection : BusinessLogicConnection, 
    resultSet : TempDBResultSet
)