Bagikan melalui


IDTSObjectModel100.IsSavingXml Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

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 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)

Property Value

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

See Also

Reference

IDTSObjectModel100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace