IDTSParameter100.IncludeInDebugDump Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a value that indicates whether the Parameter object is included in a debug dump.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Property IncludeInDebugDump As Boolean
Get
Set
'Usage
Dim instance As IDTSParameter100
Dim value As Boolean
value = instance.IncludeInDebugDump
instance.IncludeInDebugDump = value
bool IncludeInDebugDump { get; set; }
property bool IncludeInDebugDump {
bool get ();
void set (bool value);
}
abstract IncludeInDebugDump : bool with get, set
function get IncludeInDebugDump () : boolean
function set IncludeInDebugDump (value : boolean)
Property Value
Type: System.Boolean
True if the Parameter object is included in a debug dump; otherwise, false.