Partilhar via


Propriedade do RDL ParameterInfo.IncludeInDebugDump

Gets a value that indicates 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 (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public ReadOnly Property IncludeInDebugDump As Boolean 
    Get
'Uso
Dim instance As ParameterInfo 
Dim value As Boolean 

value = instance.IncludeInDebugDump
public bool IncludeInDebugDump { get; }
public:
property bool IncludeInDebugDump {
    bool get ();
}
member IncludeInDebugDump : bool
function get IncludeInDebugDump () : boolean

Valor da propriedade

Tipo: System.Boolean
true if the variable is included in the debug dump files; otherwise, false.

Consulte também

Referência

ParameterInfo Classe

Namespace Microsoft.SqlServer.Dts.Runtime