Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.34 KB

File metadata and controls

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