Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.91 KB

File metadata and controls

43 lines (31 loc) · 1.91 KB
title XML Source Custom Properties | Microsoft Docs
ms.custom
ms.date 03/01/2017
ms.prod sql
ms.prod_service integration-services
ms.reviewer
ms.technology integration-services
ms.topic conceptual
ms.assetid eb29b28c-3159-41ec-b3d7-fce5b2f2be55
author chugugrace
ms.author chugu

XML Source Custom Properties

[!INCLUDEssis-appliesto]

The XML source has both custom properties and the properties common to all data flow components.

The following table describes the custom properties of the XML source. All properties are read/write.

Property name Data Type Description
AccessMode Integer The mode used to access the XML data.
UseInlineSchema Boolean A value that indicates whether to use an inline schema definition within the XML source. The default value of this property is False.
XMLData String The file or variables from which to retrieve the XML data.

The value of this property can be specified by using a property expression.
XMLSchemaDefinition String The path and file name of the schema definition file (.xsd).

The value of this property can be specified by using a property expression.

The following table describes the custom properties of the output of the XML source. All properties are read/write.

Property name Data Type Description
RowsetID String A value that identifies the rowset associated with the output.

The output columns of the XML source have no custom properties.

For more information, see XML Source.

See Also

Common Properties