Partager via


Propriété 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.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IncludeInDebugDump As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ParameterInfo Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime