Compartir a través de


IDTSPipeline100.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 whether the IDTSPipeline100 is saving xml.

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 IDTSPipeline100 
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 IDTSPipeline100 is saving xml; otherwise, false.

Vea también

Referencia

IDTSPipeline100 Interfaz

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