DataReader Destination Custom Properties

Applies to: SQL Server SSIS Integration Runtime in Azure Data Factory

The DataReader destination has both custom properties and the properties common to all data flow components.

The following table describes the custom properties of the DataReader destination. All properties except for DataReader are read/write.

Property name Data Type Description
DataReader String The class name of the DataReader destination.
FailOnTimeout Boolean Indicates whether to fail when a ReadTimeout occurs. The default value of this property is False.
ReadTimeout Integer The number of milliseconds before a time-out occurs. The default value of this property is 30000 (30 seconds).

The input and the input columns of the DataReader destination have no custom properties.

For more information, see DataReader Destination.

See Also

Common Properties