Поделиться через


Свойство 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.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public ReadOnly Property IncludeInDebugDump As Boolean 
    Get
'Применение
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

Значение свойства

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

См. также

Справочник

ParameterInfo Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime