Propriété IDTSPipeline100.IsSavingXml
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets or sets whether the IDTSPipeline100 is saving xml.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Property IsSavingXml As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Boolean
True if the IDTSPipeline100 is saving xml; otherwise, false.