Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.34 KB

datareader-destination-custom-properties.md

File metadata and controls

32 lines (23 loc) · 1.34 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
DataReader Destination Custom Properties
DataReader Destination Custom Properties
chugugrace
chugu
03/01/2017
sql
integration-services
reference

DataReader Destination Custom Properties

[!INCLUDEsqlserver-ssis]

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