IDTSParameter100.IncludeInDebugDump Property

Definition

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

public:
 property bool IncludeInDebugDump { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(3)]
public bool IncludeInDebugDump { [System.Runtime.InteropServices.DispId(3)] get; [System.Runtime.InteropServices.DispId(3)] set; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
[<set: System.Runtime.InteropServices.DispId(3)>]
member this.IncludeInDebugDump : bool with get, set
Public Property IncludeInDebugDump As Boolean

Property Value

True if the Parameter object is included in a debug dump; otherwise, false.

Attributes

Applies to