Udostępnij przez


Właściwość IDTSExecuteSQL.BypassPrepare

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Zestaw:  Microsoft.SqlServer.SQLTask (w Microsoft.SqlServer.SQLTask.dll)

Składnia

'Deklaracja
Property BypassPrepare As Boolean
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.Boolean