VariableClass.IncludeInDebugDump Property
This property supports the SQL Server 2008 infrastructure and is not intended to be used directly from your code.
Gets or sets a value that specifies whether the variable value is included in the debug dump files.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in microsoft.sqlserver.dtsruntimewrap.dll)
Syntax
'Deklaracja
<DispIdAttribute(11)> _
Public Overridable Property IncludeInDebugDump As Boolean Implements IDTSVariable100.IncludeInDebugDump
[DispIdAttribute(11)]
public virtual bool IDTSVariable100.IncludeInDebugDump { get; set; }
[DispIdAttribute(11)]
public:
virtual property bool IncludeInDebugDump {
bool get () = IDTSVariable100::IncludeInDebugDump::get;
void set ([InAttribute] bool pbInclude) = IDTSVariable100::IncludeInDebugDump::set;
}
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
A Boolean that specifies whether the variable value is included in the debug dump files.
Remarks
For user-defined variables and system variables, the default value for the IncludeInDebugDump option is true.
However, for user-defined variables, the system resets the IncludeInDebugDump option to false when the following conditions are true:
If the EvaluateAsExpression variable property is set to true, the system resets the IncludeInDebugDump option to false.
To include the text of the expression as the variable value in the debug dump files, set the IncludeInDebugDump option to true.
If the variable data type is changed to a string, the system resets the IncludeInDebugDump option to false.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.