IDTSExecuteSQL.BypassPrepare Property

Definition

Gets or sets a value that indicates whether the Execute SQL task skips preparation of the statement when sending the SQL statement to the relational database management system (RDBMS).

public:
 property bool BypassPrepare { bool get(); void set(bool value); };
public bool BypassPrepare { get; set; }
member this.BypassPrepare : bool with get, set
Public Property BypassPrepare As Boolean

Property Value

true if the task bypasses preparation of the SQL command; false if the RDBMS prepares the statement before execution.

Applies to