Propriété Parameter.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
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public MustOverride Property IncludeInDebugDump As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Boolean
true if the Parameter object is included in a debug dump; otherwise, false.