Поделиться через


Свойство 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