Поделиться через


Конструктор 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