Constructeur BusinessLogicCommand (BusinessLogicConnection)
Initializes a new instance of the BusinessLogicCommand class.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public Sub New ( _
connection As BusinessLogicConnection _
)
'Utilisation
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
)
Paramètres
- connection
Type : Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicConnection
The connection.
Voir aussi
Référence
Surcharge BusinessLogicCommand
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport