XML Source Custom Properties
Applies to: SQL Server SSIS Integration Runtime in Azure Data Factory
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.