Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property IncludeInDebugDump As Boolean
Get
'Usage
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
Eigenschaftswert
Typ: System.Boolean
true if the variable is included in the debug dump files; otherwise, false.