Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 2.29 KB

File metadata and controls

39 lines (27 loc) · 2.29 KB
title DataReader Destination
description DataReader Destination
author chugugrace
ms.author chugu
ms.date 03/17/2017
ms.service sql
ms.subservice integration-services
ms.topic reference
f1_keywords
sql13.dts.designer.datareaderdest.f1
helpviewer_keywords
DataReader destination
destinations [Integration Services], DataReader

DataReader Destination

[!INCLUDEsqlserver-ssis]

The DataReader destination exposes the data in a data flow by using the ADO.NET DataReader interface. The data can then be consumed by other applications. For example, you can configure the data source of a [!INCLUDEssRSnoversion] report to use the result of running a [!INCLUDEmsCoName] [!INCLUDEssNoVersion] [!INCLUDEssISnoversion] package. To do this, you create a data flow that implements the DataReader destination.

For information about accessing and reading values in the DataReader destination programmatically, see Loading the Output of a Local Package.

Configuration of the DataReader Destination

You can specify a time-out value for the DataReader destination and indicate whether the destination should fail if a time-out occurs. A time-out occurs if the application does not ask for data within the specified time.

The DataReader destination has one input. It does not support an error output.

You can set properties through [!INCLUDEssIS] Designer or programmatically.

For more information about the properties that you can set in the Advanced Editor dialog box or programmatically, click one of the following topics:

For more information about how to set properties, see Set the Properties of a Data Flow Component.