Compartir a través de


IDTSObjectModel100.IsSavingXml Propiedad

Definición

Obtiene o establece un valor que indica si la tarea de flujo de datos se guarda en formato XML.

public:
 property bool IsSavingXml { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(19)]
public bool IsSavingXml { [System.Runtime.InteropServices.DispId(19)] get; [System.Runtime.InteropServices.DispId(19)] set; }
[<System.Runtime.InteropServices.DispId(19)>]
[<get: System.Runtime.InteropServices.DispId(19)>]
[<set: System.Runtime.InteropServices.DispId(19)>]
member this.IsSavingXml : bool with get, set
Public Property IsSavingXml As Boolean

Valor de propiedad

true si la tarea de flujo de datos guarda en formato XML; de lo contrario, false.

Atributos

Se aplica a