Freigeben über


SqlCommand.Clone Methode

Definition

Erstellt ein neues SqlCommand-Objekt, das eine Kopie der aktuellen Instanz darstellt.

public:
 Microsoft::Data::SqlClient::SqlCommand ^ Clone();
public Microsoft.Data.SqlClient.SqlCommand Clone ();
member this.Clone : unit -> Microsoft.Data.SqlClient.SqlCommand
Public Function Clone () As SqlCommand

Gibt zurück

Ein neues SqlCommand-Objekt, das eine Kopie dieser Instanz darstellt.

Gilt für: