Parameter.IncludeInDebugDump Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets a value that indicates whether the Parameter object is included in a debug dump.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public MustOverride Property IncludeInDebugDump As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
true if the Parameter object is included in a debug dump; otherwise, false.