Share via


Parameter.IncludeInDebugDump Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public MustOverride Property IncludeInDebugDump As Boolean 
    Get 
    Set
'Usage
Dim instance As Parameter 
Dim value As Boolean 

value = instance.IncludeInDebugDump

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

Property Value

Type: System.Boolean
true if the Parameter object is included in a debug dump; otherwise, false.

See Also

Reference

Parameter Class

Microsoft.SqlServer.Dts.Runtime Namespace