This topic has not yet been rated - Rate this topic

DtsLogProviderAttribute Class

Supplies design time information about a LogProvider object.

System.Object
  System.Attribute
    Microsoft.SqlServer.Dts.Runtime.Localization.DtsLocalizableAttribute
      Microsoft.SqlServer.Dts.Runtime.DtsLogProviderAttribute

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
[AttributeUsageAttribute(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
public sealed class DtsLogProviderAttribute : DtsLocalizableAttribute

The DtsLogProviderAttribute type exposes the following members.

  Name Description
Public method DtsLogProviderAttribute Initializes a new instance of the DtsLogProviderAttribute class.
Top
  Name Description
Public property Description Infrastructure. Gets or sets the description of the DtsLocalizableAttribute. (Inherited from DtsLocalizableAttribute.)
Public property DisplayName Infrastructure. Gets or sets the display name of the DtsLocalizableAttribute. (Inherited from DtsLocalizableAttribute.)
Public property IconResource Gets or sets the icon associated with a log provider.
Public property LocalizationType Infrastructure. Gets or sets the class that supplies values for the DtsLocalizableAttribute. (Inherited from DtsLocalizableAttribute.)
Public property LogProviderContact Gets or sets the contact information for the log provider.
Public property LogProviderType Gets or sets the type of the log provider. This property is required.
Public property RequiredProductLevel Gets or sets a value that indicates the product edition of SQL Server that the log provider requires.
Public property TypeId (Inherited from Attribute.)
Public property UITypeName Not used. Custom user interfaces for custom log providers are not implemented in Integration Services.
Top
  Name Description
Public method Equals (Inherited from Attribute.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Attribute.)
Public method GetType (Inherited from Object.)
Public method IsDefaultAttribute (Inherited from Attribute.)
Public method Match (Inherited from Attribute.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Top
  Name Description
Explicit interface implemetation Private method _Attribute.GetIDsOfNames (Inherited from Attribute.)
Explicit interface implemetation Private method _Attribute.GetTypeInfo (Inherited from Attribute.)
Explicit interface implemetation Private method _Attribute.GetTypeInfoCount (Inherited from Attribute.)
Explicit interface implemetation Private method _Attribute.Invoke (Inherited from Attribute.)
Top

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)