Propriedade do RDL IDTSParameter100.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.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Property IncludeInDebugDump As Boolean
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Boolean
True if the Parameter object is included in a debug dump; otherwise, false.