Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.43 KB

File metadata and controls

25 lines (19 loc) · 1.43 KB
title Developing a User Interface for a Custom Log Provider
description Developing a User Interface for a Custom Log Provider
author chugugrace
ms.author chugu
ms.date 03/14/2017
ms.service sql
ms.subservice integration-services
ms.topic reference
helpviewer_keywords
custom user interface [Integration Services], custom log providers
custom log providers [Integration Services], developing custom user interface

Developing a User Interface for a Custom Log Provider

[!INCLUDEsqlserver-ssis]

Many [!INCLUDEssISnoversion] log providers have a custom user interface that implements xref:Microsoft.SqlServer.Dts.Runtime.Design.IDtsLogProviderUI and replaces the Configuration text box in the Configure SSIS Logs dialog box with a filtered dropdown list of available connection managers. However, custom user interfaces for custom log providers are not implemented in [!INCLUDEssNoVersion] [!INCLUDEssISnoversion].

See Also

Creating a Custom Log Provider
Coding a Custom Log Provider