Compartir a través de


IDTSObjectModel100.IsSavingXml Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets a value that indicates whether the data flow task saves in XML format.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Property IsSavingXml As Boolean 
    Get 
    Set
'Uso
Dim instance As IDTSObjectModel100 
Dim value As Boolean 

value = instance.IsSavingXml

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

Valor de la propiedad

Tipo: System.Boolean
true if the data flow task saves in XML format; otherwise, false.

Vea también

Referencia

IDTSObjectModel100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper