Propriedade do RDL EnableDump
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Property EnableDump As Boolean
Get
Set
'Uso
Dim instance As IDTSDumpConfiguration100
Dim value As Boolean
value = instance.EnableDump
instance.EnableDump = value
bool EnableDump { get; set; }
property bool EnableDump {
bool get ();
void set (bool value);
}
abstract EnableDump : bool with get, set
function get EnableDump () : boolean
function set EnableDump (value : boolean)
Valor da propriedade
Tipo: System. . :: . .Boolean
Consulte também