Constructeur BusinessLogicCommand (BusinessLogicConnection, TempDBResultSet)
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, _
resultSet As TempDBResultSet _
)
'Utilisation
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
)
Paramètres
- connection
Type : Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicConnection
The connection.
- resultSet
Type : Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet
The result set.
Voir aussi
Référence
Surcharge BusinessLogicCommand
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport