LogProviderEventLogClass Class
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see LogProvider.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderEventLogClass
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("071CC8EB-C343-4CFF-8D58-564B92FCA3CF")> _
Public Class LogProviderEventLogClass _
Implements IDTSLogProvider100, LogProviderEventLog, IDTSLogging100, IDTSName100
'Usage
Dim instance As LogProviderEventLogClass
[ClassInterfaceAttribute()]
[GuidAttribute("071CC8EB-C343-4CFF-8D58-564B92FCA3CF")]
public class LogProviderEventLogClass : IDTSLogProvider100,
LogProviderEventLog, IDTSLogging100, IDTSName100
[ClassInterfaceAttribute()]
[GuidAttribute(L"071CC8EB-C343-4CFF-8D58-564B92FCA3CF")]
public ref class LogProviderEventLogClass : IDTSLogProvider100,
LogProviderEventLog, IDTSLogging100, IDTSName100
[<ClassInterfaceAttribute()>]
[<GuidAttribute("071CC8EB-C343-4CFF-8D58-564B92FCA3CF")>]
type LogProviderEventLogClass =
class
interface IDTSLogProvider100
interface LogProviderEventLog
interface IDTSLogging100
interface IDTSName100
end
public class LogProviderEventLogClass implements IDTSLogProvider100, LogProviderEventLog, IDTSLogging100, IDTSName100
The LogProviderEventLogClass type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LogProviderEventLogClass | Infrastructure. For more information, see LogProvider. |
Top
Properties
Name | Description | |
---|---|---|
ConfigString | Infrastructure. For more information, see LogProvider. | |
CreationName | Infrastructure. For more information, see LogProvider. | |
Description | Infrastructure. For more information, see LogProvider. | |
Enabled | Infrastructure. For more information, see LogProvider. | |
ID | Infrastructure. For more information, see LogProvider. | |
Name | Infrastructure. For more information, see LogProvider. |
Top
Methods
Name | Description | |
---|---|---|
CloseLog | Infrastructure. For more information, see LogProvider. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetFilterStatus | Infrastructure. For more information, see LogProvider. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Log | Infrastructure. For more information, see LogProvider. | |
MemberwiseClone | (Inherited from Object.) | |
OpenLog | Infrastructure. For more information, see LogProvider. | |
ToString | (Inherited from Object.) | |
Validate | Infrastructure. |
Top
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.