Udostępnij przez


Variable.IncludeInDebugDump Property

Gets or sets a value that specifies whether the variable value for a user-defined variable or a system variable is included in the debug dump files.

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Deklaracja
Public Property IncludeInDebugDump As Boolean
public bool IncludeInDebugDump { get; set; }
public:
property bool IncludeInDebugDump {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_IncludeInDebugDump ()

/** @property */
public void set_IncludeInDebugDump (boolean value)
public function get IncludeInDebugDump () : boolean

public function set IncludeInDebugDump (value : 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.