BypassPrepare-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
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)