DtsLogProviderAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供有关 LogProvider 对象的设计时信息。
public ref class DtsLogProviderAttribute sealed : Microsoft::SqlServer::Dts::Runtime::Localization::DtsLocalizableAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
public sealed class DtsLogProviderAttribute : Microsoft.SqlServer.Dts.Runtime.Localization.DtsLocalizableAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)>]
type DtsLogProviderAttribute = class
inherit DtsLocalizableAttribute
Public NotInheritable Class DtsLogProviderAttribute
Inherits DtsLocalizableAttribute
- 继承
- 属性
注解
此属性应用于派生自 LogProviderBase的托管日志提供程序类。 该属性将类标识为托管日志提供程序,并通过其属性提供信息,用于控制 SSIS 设计器如何显示和与对象交互。
需要属性 DisplayName 和 LogProviderType 属性。 该 DisplayName 属性是在包设计器中可用日志提供程序列表中显示的值。
构造函数
DtsLogProviderAttribute() |
初始化 DtsLogProviderAttribute 类的新实例。 |
属性
Description |
获取或设置 DtsLocalizableAttribute 的说明。 (继承自 DtsLocalizableAttribute) |
DisplayName |
获取或设置 DtsLocalizableAttribute 的显示名称。 (继承自 DtsLocalizableAttribute) |
IconResource |
获取或设置与日志提供程序关联的图标。 |
LocalizationType |
获取或设置为 DtsLocalizableAttribute 提供值的类。 (继承自 DtsLocalizableAttribute) |
LogProviderContact |
获取或设置日志提供程序的联系信息。 |
LogProviderType |
获取或设置日志提供程序的类型。 此属性是必需项。 |
RequiredProductLevel |
获取或设置一个值,该值指示日志提供程序需要SQL Server的产品版本。 |
UITypeName |
未使用。 自定义日志提供程序的自定义用户界面未在 Integration Services 中实现。 |