DtsLogProviderAttribute 类
Supplies design time information about a LogProvider object.
继承层次结构
System. . :: . .Object
System. . :: . .Attribute
Microsoft.SqlServer.Dts.Runtime.Localization. . :: . .DtsLocalizableAttribute
Microsoft.SqlServer.Dts.Runtime..::..DtsLogProviderAttribute
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
<AttributeUsageAttribute(AttributeTargets.Class, Inherited := False, AllowMultiple := False)> _
Public NotInheritable Class DtsLogProviderAttribute _
Inherits DtsLocalizableAttribute
用法
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
DtsLogProviderAttribute 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
DtsLogProviderAttribute | Initializes a new instance of the DtsLogProviderAttribute class. |
页首
属性
名称 | 说明 | |
---|---|---|
Description | 基础结构。 (从 DtsLocalizableAttribute 继承。) | |
DisplayName | 基础结构。 (从 DtsLocalizableAttribute 继承。) | |
IconResource | Gets or sets the icon associated with a log provider. | |
LocalizationType | 基础结构。 (从 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 | (从 Attribute 继承。) | |
UITypeName | Not used. Custom user interfaces for custom log providers are not implemented in Integration Services. |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | (从 Attribute 继承。) | |
Finalize | (从 Object 继承。) | |
GetHashCode | (从 Attribute 继承。) | |
GetType | (从 Object 继承。) | |
IsDefaultAttribute | (从 Attribute 继承。) | |
Match | (从 Attribute 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
ToString | (从 Object 继承。) |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
_Attribute. . :: . .GetIDsOfNames | (从 Attribute 继承。) | |
_Attribute. . :: . .GetTypeInfo | (从 Attribute 继承。) | |
_Attribute. . :: . .GetTypeInfoCount | (从 Attribute 继承。) | |
_Attribute. . :: . .Invoke | (从 Attribute 继承。) |
页首
注释
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.
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。