Свойство ParameterClass.IncludeInDebugDump

Gets or sets a value that indicates whether ParameterClass object is included in a debug dump.

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

Синтаксис

'Декларация
Public Overridable Property IncludeInDebugDump As Boolean 
    Get 
    Set
'Применение
Dim instance As ParameterClass 
Dim value As Boolean 

value = instance.IncludeInDebugDump

instance.IncludeInDebugDump = value
public virtual bool IncludeInDebugDump { get; set; }
public:
virtual property bool IncludeInDebugDump {
    bool get ();
    void set (bool value);
}
abstract IncludeInDebugDump : bool with get, set 
override IncludeInDebugDump : bool with get, set
function get IncludeInDebugDump () : boolean 
function set IncludeInDebugDump (value : boolean)

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

Тип: System.Boolean
True if the ParameterClass object is included in a debug dump; otherwise, false.

Реализует

IDTSParameter100.IncludeInDebugDump

См. также

Справочник

ParameterClass Класс

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