Конструктор 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
)
Параметры
- connection
Тип: Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicConnection
The connection.
- resultSet
Тип: Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet
The result set.
См. также
Справочник
Перегрузка BusinessLogicCommand
Пространство имен Microsoft.SqlServer.Replication.BusinessLogicSupport