Proprietà IDTSPipeline100.IsSavingXml

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets whether the IDTSPipeline100 is saving xml.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
Property IsSavingXml As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Boolean
True if the IDTSPipeline100 is saving xml; otherwise, false.

Vedere anche

Riferimento

IDTSPipeline100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper