Класс 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.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.