IDTSExecuteSQL.BypassPrepare Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly: Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)
Syntax
'Declaration
Property BypassPrepare As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean