ConnectionManaged.PrepareSQLStatement(String, Boolean) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- sql
- String
- bypassPrepare
- Boolean
Implementações
Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.Connections.IDTSSQLTaskConnection.PrepareSQLStatement(System.String,System.Boolean)