Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
)
Parameter
- connection
Typ: Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicConnection
The connection.
- resultSet
Typ: Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet
The result set.
Siehe auch
Verweis
BusinessLogicCommand-Überladung
Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace