DtsLogProviderAttribute Class

Definition

Supplies design time information about a LogProvider object.

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
Inheritance
DtsLogProviderAttribute
Attributes

Remarks

This attribute is applied to managed log provider classes derived from LogProviderBase. The attribute identifies a class as a managed log provider and provides information, through its properties, that control how the SSIS Designer displays and interacts with the object.

The DisplayName and LogProviderType properties are required. The DisplayName property is the value displayed in the list of available log providers in the package designer.

Constructors

DtsLogProviderAttribute()

Initializes a new instance of the DtsLogProviderAttribute class.

Properties

Description

Gets or sets the description of the DtsLocalizableAttribute.

(Inherited from DtsLocalizableAttribute)
DisplayName

Gets or sets the display name of the DtsLocalizableAttribute.

(Inherited from DtsLocalizableAttribute)
IconResource

Gets or sets the icon associated with a log provider.

LocalizationType

Gets or sets the class that supplies values for the DtsLocalizableAttribute.

(Inherited from DtsLocalizableAttribute)
LogProviderContact

Gets or sets the contact information for the log provider.

LogProviderType

Gets or sets the type of the log provider. This property is required.

RequiredProductLevel

Gets or sets a value that indicates the product edition of SQL Server that the log provider requires.

UITypeName

Not used. Custom user interfaces for custom log providers are not implemented in Integration Services.

Applies to