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 _
)
'Usage
Dim connection As BusinessLogicConnection
Dim instance As New BusinessLogicCommand(connection)
public BusinessLogicCommand(
BusinessLogicConnection connection
)
public:
BusinessLogicCommand(
BusinessLogicConnection^ connection
)
new :
connection:BusinessLogicConnection -> BusinessLogicCommand
public function BusinessLogicCommand(
connection : BusinessLogicConnection
)
Parameter
- connection
Typ: Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicConnection
The connection.
Siehe auch
Verweis
BusinessLogicCommand-Überladung
Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace