DtsLogProviderAttribute 类

定义

提供物体 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
继承
DtsLogProviderAttribute
属性

注解

该属性应用于由 LogProviderBase派生的托管日志提供者类。 该属性将类标识为受管理日志提供者,并通过其属性提供控制 SSIS 设计器如何显示和交互该对象的信息。

DisplayNameLogProviderType 属性是必需的。 该 DisplayName 属性是包设计器中可用日志提供者列表中显示的值。

构造函数

名称 说明
DtsLogProviderAttribute()

初始化 DtsLogProviderAttribute 类的新实例。

属性

名称 说明
Description

获得或设置了 的描述。DtsLocalizableAttribute

(继承自 DtsLocalizableAttribute)
DisplayName

获取或设置 < a0 /> 的显示名称。

(继承自 DtsLocalizableAttribute)
IconResource

获取或设置与日志提供者关联的图标。

LocalizationType

获取或设置提供 的 DtsLocalizableAttribute值的类。

(继承自 DtsLocalizableAttribute)
LogProviderContact

获取或设置日志提供者的联系方式。

LogProviderType

获取或设置日志提供者的类型。 该属性是必需的。

RequiredProductLevel

获取或设置一个值,表示日志提供者所需的 SQL Server 产品版本。

UITypeName

未使用。 集成服务中未实现自定义日志提供者的自定义用户界面。

适用于