Freigeben über


BusinessLogicCommand Constructor (BusinessLogicConnection, TempDBResultSet)

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 _
)
public BusinessLogicCommand (
    BusinessLogicConnection connection,
    TempDBResultSet resultSet
)
public:
BusinessLogicCommand (
    BusinessLogicConnection^ connection, 
    TempDBResultSet^ resultSet
)
public BusinessLogicCommand (
    BusinessLogicConnection connection, 
    TempDBResultSet resultSet
)
public function BusinessLogicCommand (
    connection : BusinessLogicConnection, 
    resultSet : TempDBResultSet
)

Parameter

  • connection
  • resultSet

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

BusinessLogicCommand Class
BusinessLogicCommand Members
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace