Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 2.1 KB

File metadata and controls

44 lines (31 loc) · 2.1 KB
title Recordset Destination
description Recordset Destination
author chugugrace
ms.author chugu
ms.date 03/01/2017
ms.service sql
ms.subservice integration-services
ms.topic how-to
f1_keywords
sql13.dts.designer.recordsetdest.f1
helpviewer_keywords
Recordset destination
ADO recordsets [Integration Services]
destinations [Integration Services], Recordset
in-memory ADO recordsets [Integration Services]

Recordset Destination

[!INCLUDEsqlserver-ssis]

The Recordset destination creates and populates an in-memory ADO recordset. The shape of the recordset is defined by the input to the Recordset destination at design time.

Configuration of the Recordset Destination

You configure the Recordset destination by specifying the variable that stores the ADO recordset.

At run time, an ADO recordset is written to the variable of type, Object, that is specified in the VariableName property of the Recordset destination. The variable then makes the Recordset available outside the data flow, where it can be used by scripts and other package elements.

This source has one input. It does not support an error output.

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

The Advanced Editor dialog box reflects the properties that can be set 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 the properties, see Set the Properties of a Data Flow Component.

Related Tasks

Use a Recordset Destination