Propriedade do RDL Parameter.IncludeInDebugDump
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
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 (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
true if the Parameter object is included in a debug dump; otherwise, false.