Skip to main content

IncludeInDebugDump Enumeration

IncludeInDebugDump Enumeration

The IncludeInDebugDump enumeration specifies the options available for including or excluding the value of a variable from debug dumps in SQL Server Integration Services.

Enumeration Values

NameSummary
Automatic
This value specifies that the type of the variable should be used to determine whether the variable value is included in the debug dump. String variable types will be excluded. All other types will be included. This prevents the inadvertent inclusion of password and other sensitive information in debug dumps.
Include
This value specifies that the variable value is included in the debug dump.
Exclude
This value specifies that the variable value is excluded from the debug dump.