ConnectionManaged.PrepareSQLStatement(String, Boolean) 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.
public:
virtual void PrepareSQLStatement(System::String ^ sql, bool bypassPrepare);
public void PrepareSQLStatement (string sql, bool bypassPrepare);
abstract member PrepareSQLStatement : string * bool -> unit
override this.PrepareSQLStatement : string * bool -> unit
Public Sub PrepareSQLStatement (sql As String, bypassPrepare As Boolean)
Paramètres
- sql
- String
- bypassPrepare
- Boolean
Implémente
Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.Connections.IDTSSQLTaskConnection.PrepareSQLStatement(System.String,System.Boolean)