Proprietà IDTSParameter100.IncludeInDebugDump

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Property IncludeInDebugDump As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As IDTSParameter100 
Dim value As Boolean 

value = instance.IncludeInDebugDump

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

Valore proprietà

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

Vedere anche

Riferimento

IDTSParameter100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper