次の方法で共有


BusinessLogicCommand コンストラクター (BusinessLogicConnection, TempDBResultSet)

Initializes a new instance of the BusinessLogicCommand class.

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

パラメーター

関連項目

参照

BusinessLogicCommand クラス

BusinessLogicCommand オーバーロード

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間