IDTSVariable100.IncludeInDebugDump Propiedad

Definición

public:
 property bool IncludeInDebugDump { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(11)]
public bool IncludeInDebugDump { [System.Runtime.InteropServices.DispId(11)] get; [System.Runtime.InteropServices.DispId(11)] set; }
[<System.Runtime.InteropServices.DispId(11)>]
[<get: System.Runtime.InteropServices.DispId(11)>]
[<set: System.Runtime.InteropServices.DispId(11)>]
member this.IncludeInDebugDump : bool with get, set
Public Property IncludeInDebugDump As Boolean

Valor de propiedad

true si el valor de la variable se incluye en los archivos de volcado de depuración; de lo contrario, false.

Atributos

Comentarios

Para las variables definidas por el usuario y las variables del sistema, el valor predeterminado de la opción IncludeInDebugDump es true.

Sin embargo, para las variables definidas por el usuario, el sistema restablece la opción IncludeInDebugDump en false cuando se cumplen las condiciones siguientes:

  • Si la EvaluateAsExpression propiedad variable se establece en true, el sistema restablece la opción IncludeInDebugDump en false.

    Para incluir el texto de la expresión como el valor de la variable en los archivos de volcado de depuración, establezca la opción IncludeInDebugDump en true.

  • Si el tipo de datos de la variable se cambia a una cadena, el sistema restablece la opción IncludeInDebugDump en false.

Se aplica a