CreateCommand méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (dans Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntaxe

'Déclaration
Public Function CreateCommand As IDbCommand
'Utilisation
Dim instance As BusinessLogicConnection
Dim returnValue As IDbCommand

returnValue = instance.CreateCommand()
public IDbCommand CreateCommand()
public:
virtual IDbCommand^ CreateCommand() sealed
abstract CreateCommand : unit -> IDbCommand 
override CreateCommand : unit -> IDbCommand 
public final function CreateCommand() : IDbCommand

Valeur de retour

Type : System.Data. . :: . .IDbCommand

Implémente

IDbConnection. . :: . .CreateCommand() () () ()