Partager via


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

Voir aussi

Référence

BusinessLogicCommand Classe

Surcharge BusinessLogicCommand

Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport