IDTSExecuteSQL.BypassPrepare 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

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).

命名空间:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
程序集:  Microsoft.SqlServer.SQLTask(在 Microsoft.SqlServer.SQLTask.dll 中)

语法

声明
Property BypassPrepare As Boolean 
    Get 
    Set
用法
Dim instance As IDTSExecuteSQL 
Dim value As Boolean 

value = instance.BypassPrepare

instance.BypassPrepare = value
bool BypassPrepare { get; set; }
property bool BypassPrepare {
    bool get ();
    void set (bool value);
}
abstract BypassPrepare : bool with get, set
function get BypassPrepare () : boolean 
function set BypassPrepare (value : boolean)

属性值

类型:System.Boolean
true if the task bypasses preparation of the SQL command; false if the RDBMS prepares the statement before execution.

请参阅

参考

IDTSExecuteSQL 接口

Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask 命名空间