Freigeben über


IDTSPipeline100.IsSavingXml-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets whether the IDTSPipeline100 is saving xml.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

IDTSPipeline100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace