DtsLogProviderAttribute Class
Supplies design time information about a LogProvider object.
Inheritance Hierarchy
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)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, Inherited := False, AllowMultiple := False)> _
Public NotInheritable Class DtsLogProviderAttribute _
Inherits DtsLocalizableAttribute
'Usage
Dim instance As DtsLogProviderAttribute
[AttributeUsageAttribute(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
public sealed class DtsLogProviderAttribute : DtsLocalizableAttribute
[AttributeUsageAttribute(AttributeTargets::Class, Inherited = false, AllowMultiple = false)]
public ref class DtsLogProviderAttribute sealed : public DtsLocalizableAttribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class, Inherited = false, AllowMultiple = false)>]
type DtsLogProviderAttribute =
class
inherit DtsLocalizableAttribute
end
public final class DtsLogProviderAttribute extends DtsLocalizableAttribute
The DtsLogProviderAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DtsLogProviderAttribute | Initializes a new instance of the DtsLogProviderAttribute class. |
Top
Properties
Name | Description | |
---|---|---|
Description | Infrastructure. (Inherited from DtsLocalizableAttribute.) | |
DisplayName | Infrastructure. (Inherited from DtsLocalizableAttribute.) | |
IconResource | Gets or sets the icon associated with a log provider. | |
LocalizationType | Infrastructure. (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 | ||
TypeId | (Inherited from Attribute.) | |
UITypeName | Not used. Custom user interfaces for custom log providers are not implemented in Integration Services. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Attribute.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Attribute.) | |
GetType | (Inherited from Object.) | |
IsDefaultAttribute | (Inherited from Attribute.) | |
Match | (Inherited from Attribute.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
_Attribute.GetIDsOfNames | (Inherited from Attribute.) | |
_Attribute.GetTypeInfo | (Inherited from Attribute.) | |
_Attribute.GetTypeInfoCount | (Inherited from Attribute.) | |
_Attribute.Invoke | (Inherited from Attribute.) |
Top
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.