Freigeben über


Parameter.IncludeInDebugDump-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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)

Eigenschaftswert

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

Siehe auch

Verweis

Parameter Klasse

Microsoft.SqlServer.Dts.Runtime-Namespace