Propriedade do RDL IDTSObjectModel100.IsSavingXml
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
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 (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
true if the data flow task saves in XML format; otherwise, false.