Udostępnij przez


IDTSVariable100.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)> _
Property IncludeInDebugDump As Boolean
[DispIdAttribute(11)] 
bool IncludeInDebugDump { get; set; }
[DispIdAttribute(11)] 
property bool IncludeInDebugDump {
    bool get ();
    void set ([InAttribute] bool pbInclude);
}
/** @property */
/** @attribute DispIdAttribute(11) */ 
boolean get_IncludeInDebugDump ()

/** @property */
/** @attribute DispIdAttribute(11) */ 
void set_IncludeInDebugDump (/** @attribute InAttribute() */ boolean pbInclude)
DispIdAttribute(11) 
function get IncludeInDebugDump () : boolean

DispIdAttribute(11) 
function set IncludeInDebugDump (pbInclude : boolean)

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.