Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the BusinessLogicCommand class.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Sub New ( _
connection As BusinessLogicConnection, _
resultSet As TempDBResultSet _
)
'Usage
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
)
Parameters
- connection
Type: Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicConnection
The connection.
- resultSet
Type: Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet
The result set.
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace