Класс LogProviderHostClass
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Represents a class for the LogProviderHost interface.
Иерархия наследования
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderHostClass
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("C5337B2A-9EC3-4CDA-B977-3F8A192A2392")> _
Public Class LogProviderHostClass _
Implements LogProviderHost, IDTSName100, IDTSObjectHost100, IDTSLogProvider100, _
IDTSLogging100
'Применение
Dim instance As LogProviderHostClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("C5337B2A-9EC3-4CDA-B977-3F8A192A2392")]
public class LogProviderHostClass : LogProviderHost,
IDTSName100, IDTSObjectHost100, IDTSLogProvider100, IDTSLogging100
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"C5337B2A-9EC3-4CDA-B977-3F8A192A2392")]
public ref class LogProviderHostClass : LogProviderHost,
IDTSName100, IDTSObjectHost100, IDTSLogProvider100, IDTSLogging100
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("C5337B2A-9EC3-4CDA-B977-3F8A192A2392")>]
type LogProviderHostClass =
class
interface LogProviderHost
interface IDTSName100
interface IDTSObjectHost100
interface IDTSLogProvider100
interface IDTSLogging100
end
public class LogProviderHostClass implements LogProviderHost, IDTSName100, IDTSObjectHost100, IDTSLogProvider100, IDTSLogging100
Тип LogProviderHostClass обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
LogProviderHostClass | Инфраструктура. Initializes a new instance of the LogProviderHostClass class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
ConfigString | Инфраструктура. Gets or sets a string used to configure the log provider. |
![]() |
CreationName | Инфраструктура. Gets the string used by the runtime to create an instance of the log provider. |
![]() |
DelayValidation | Инфраструктура. Gets or sets a value that indicates whether a call to validate for the log provider is delayed until package execution. |
![]() |
Description | Инфраструктура. Gets or sets the description of the log provider. |
![]() |
Enabled | Инфраструктура. Gets a value that indicates whether the log provider is enabled. |
![]() |
HostType | Инфраструктура. Gets an enumeration that describes the type of host that the log provider is being used by. This property is read-only. |
![]() |
ID | Инфраструктура. Gets the identifier of the log provider. |
![]() |
InnerObject | Инфраструктура. Gets the specific log provider that is being hosted by the LogProviderHostClass object. |
![]() |
Name | Инфраструктура. Gets or sets the name of the log provider. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
CloseLog | Инфраструктура. Closes the log. |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetFilterStatus | Инфраструктура. Gets the filter status of the specified events. |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
Log | Инфраструктура. Writes the log entry. |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
OpenLog | Инфраструктура. Opens the log. |
![]() |
ToString | (Производный от Object.) |
![]() |
Validate | Инфраструктура. Validates the log provider with the specified events. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.