From 7b88773d08aa5d1e00b55888a5b8f48b74de63bb Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Mon, 28 Sep 2020 19:01:13 +0900 Subject: [PATCH] =?UTF-8?q?Typo=20"MicrosoftAzure"=E2=86=92"Microsoft=20Az?= =?UTF-8?q?ure"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://docs.microsoft.com/en-us/sql/integration-services/data-flow/ado-net-destination?view=sql-server-ver15 --- docs/integration-services/data-flow/ado-net-destination.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integration-services/data-flow/ado-net-destination.md b/docs/integration-services/data-flow/ado-net-destination.md index fac36b4b245..533c159aae4 100644 --- a/docs/integration-services/data-flow/ado-net-destination.md +++ b/docs/integration-services/data-flow/ado-net-destination.md @@ -90,7 +90,7 @@ ms.author: chugu Only ADO.NET providers that return a object support the use of the interface. The .NET Data Provider for SQL Server (SqlClient) returns a object, and a custom provider may return a object. - You can use the .NET Data Provider for SQL Server (SqlClient) to connect to [!INCLUDE[msCoName](../../includes/msconame-md.md)][!INCLUDE[ssSDSFull](../../includes/sssdsfull-md.md)]. + You can use the .NET Data Provider for SQL Server (SqlClient) to connect to [!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssSDSFull](../../includes/sssdsfull-md.md)]. If you select **Use bulk insert when available**, and set the **Error** option to **Redirect the row**, the batch of data that the destination redirects to the error output may include good rows.For more information about handling errors in bulk operations, see [Error Handling in Data](../../integration-services/data-flow/error-handling-in-data.md). For more information about the **Error** option, see [ADO NET Destination Editor (Error Output Page)](../../integration-services/data-flow/ado-net-destination-editor-error-output-page.md).