Compartir a través de


IDTSDumpConfiguration.DumpOnAnyError Propiedad

Gets or sets whether the DTS dumps or any error.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Property DumpOnAnyError As Boolean 
    Get 
    Set
'Uso
Dim instance As IDTSDumpConfiguration 
Dim value As Boolean 

value = instance.DumpOnAnyError

instance.DumpOnAnyError = value
bool DumpOnAnyError { get; set; }
property bool DumpOnAnyError {
    bool get ();
    void set (bool value);
}
abstract DumpOnAnyError : bool with get, set
function get DumpOnAnyError () : boolean 
function set DumpOnAnyError (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
True if the DTS dumps or any error; otherwise, false.

Vea también

Referencia

IDTSDumpConfiguration Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime