Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.74 KB

xml-source-custom-properties.md

File metadata and controls

39 lines (28 loc) · 1.74 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
XML Source Custom Properties
XML Source Custom Properties
chugugrace
chugu
03/01/2017
sql
integration-services
reference

XML Source Custom Properties

[!INCLUDEsqlserver-ssis]

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