Partager via


Propriété IDTSParameter100.IncludeInDebugDump

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Property IncludeInDebugDump As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

IDTSParameter100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper