SqlCommand.Clone Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un SqlCommand objet qui est une copie de l’instance actuelle.
public:
System::Data::SqlClient::SqlCommand ^ Clone();
public System.Data.SqlClient.SqlCommand Clone();
member this.Clone : unit -> System.Data.SqlClient.SqlCommand
Public Function Clone () As SqlCommand
Retours
Nouvel SqlCommand objet qui est une copie de cette instance.