次の方法で共有


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

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 _
)
'使用
Dim connection As BusinessLogicConnection 

Dim instance As New BusinessLogicCommand(connection)
public BusinessLogicCommand(
    BusinessLogicConnection connection
)
public:
BusinessLogicCommand(
    BusinessLogicConnection^ connection
)
new : 
        connection:BusinessLogicConnection -> BusinessLogicCommand
public function BusinessLogicCommand(
    connection : BusinessLogicConnection
)

パラメーター

関連項目

参照

BusinessLogicCommand クラス

BusinessLogicCommand オーバーロード

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間