Skip to content

Commit 567f481

Browse files
author
Bruce Hamilton
committed
Added ms.workload metadata values
1 parent e69f087 commit 567f481

917 files changed

Lines changed: 20731 additions & 19814 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/integration-services/extending-packages-custom-objects-data-flow-types/developing-a-custom-destination-component.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ caps.latest.revision: 61
2626
author: "douglaslMS"
2727
ms.author: "douglasl"
2828
manager: "jhubbard"
29+
ms.workload: "Inactive"
2930
---
3031
# Developing a Custom Destination Component
3132
[!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] gives developers the ability to write custom destination components that can connect to and store data in any custom data source. Custom destination components are useful when you need to connect to data sources that cannot be accessed by using one of the existing source components included with [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)].
@@ -485,4 +486,4 @@ End Namespace
485486
[Developing a Custom Source Component](../../integration-services/extending-packages-custom-objects-data-flow-types/developing-a-custom-source-component.md)
486487
[Creating a Destination with the Script Component](../../integration-services/extending-packages-scripting-data-flow-script-component-types/creating-a-destination-with-the-script-component.md)
487488

488-
489+

docs/integration-services/extending-packages-custom-objects-data-flow-types/developing-a-custom-source-component.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ caps.latest.revision: 64
2727
author: "douglaslMS"
2828
ms.author: "douglasl"
2929
manager: "jhubbard"
30+
ms.workload: "Inactive"
3031
---
3132
# Developing a Custom Source Component
3233
[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] gives developers the ability to write source components that can connect to custom data sources and supply data from those sources to other components in a data flow task. The ability to create custom sources is valuable when you must connect to data sources that cannot be accessed by using one of the existing [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] sources.
@@ -670,4 +671,4 @@ End Namespace
670671
[Developing a Custom Destination Component](../../integration-services/extending-packages-custom-objects-data-flow-types/developing-a-custom-destination-component.md)
671672
[Creating a Source with the Script Component](../../integration-services/extending-packages-scripting-data-flow-script-component-types/creating-a-source-with-the-script-component.md)
672673

673-
674+

docs/integration-services/extending-packages-custom-objects-data-flow-types/developing-a-custom-transformation-component-with-asynchronous-outputs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ caps.latest.revision: 57
2929
author: "douglaslMS"
3030
ms.author: "douglasl"
3131
manager: "jhubbard"
32+
ms.workload: "Inactive"
3233
---
3334
# Developing a Custom Transformation Component with Asynchronous Outputs
3435
You use a component with asynchronous outputs when a transform cannot output rows until the component has received all its input rows, or when the transformation does not produce exactly one output row for each row received as input. The Aggregate transformation, for example, cannot calculate a sum across rows until it has read all the rows. In contrast, you can use a component with synchronous outputs any time when you modify each row of data as it passes through. You can modify the data for each row in place, or you can create one or more new columns, each of which has a value for every one of the input rows. For more information about the difference between synchronous and asynchronous components, see [Understanding Synchronous and Asynchronous Transformations](../../integration-services/understanding-synchronous-and-asynchronous-transformations.md).
@@ -323,4 +324,4 @@ End Namespace
323324
[Understanding Synchronous and Asynchronous Transformations](../../integration-services/understanding-synchronous-and-asynchronous-transformations.md)
324325
[Creating an Asynchronous Transformation with the Script Component](../../integration-services/extending-packages-scripting-data-flow-script-component-types/creating-an-asynchronous-transformation-with-the-script-component.md)
325326

326-
327+

docs/integration-services/extending-packages-custom-objects-data-flow-types/developing-a-custom-transformation-component-with-synchronous-outputs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ caps.latest.revision: 56
2727
author: "douglaslMS"
2828
ms.author: "douglasl"
2929
manager: "jhubbard"
30+
ms.workload: "Inactive"
3031
---
3132
# Developing a Custom Transformation Component with Synchronous Outputs
3233
Transformation components with synchronous outputs receive rows from upstream components, and read or modify the values in the columns of these rows as they pass the rows to downstream components. They may also define additional output columns that are derived from the columns provided by upstream components, but they do not add rows to the data flow. For more information about the difference between synchronous and asynchronous components, see [Understanding Synchronous and Asynchronous Transformations](../../integration-services/understanding-synchronous-and-asynchronous-transformations.md).
@@ -326,4 +327,4 @@ End Namespace
326327
[Understanding Synchronous and Asynchronous Transformations](../../integration-services/understanding-synchronous-and-asynchronous-transformations.md)
327328
[Creating a Synchronous Transformation with the Script Component](../../integration-services/extending-packages-scripting-data-flow-script-component-types/creating-a-synchronous-transformation-with-the-script-component.md)
328329

329-
330+

0 commit comments

Comments
 (0)