Compartilhar via


Classe LogProviderEventLogClass

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents a class for the LogProviderEventLog interface.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderEventLogClass

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
<GuidAttribute("9BD4455F-7B98-4280-9AA9-932EC8B411D9")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class LogProviderEventLogClass _
    Implements IDTSLogProvider100, LogProviderEventLog, IDTSLogging100, IDTSName100
'Uso
Dim instance As LogProviderEventLogClass
[GuidAttribute("9BD4455F-7B98-4280-9AA9-932EC8B411D9")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class LogProviderEventLogClass : IDTSLogProvider100, 
    LogProviderEventLog, IDTSLogging100, IDTSName100
[GuidAttribute(L"9BD4455F-7B98-4280-9AA9-932EC8B411D9")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class LogProviderEventLogClass : IDTSLogProvider100, 
    LogProviderEventLog, IDTSLogging100, IDTSName100
[<GuidAttribute("9BD4455F-7B98-4280-9AA9-932EC8B411D9")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type LogProviderEventLogClass =  
    class 
        interface IDTSLogProvider100 
        interface LogProviderEventLog 
        interface IDTSLogging100 
        interface IDTSName100 
    end
public class LogProviderEventLogClass implements IDTSLogProvider100, LogProviderEventLog, IDTSLogging100, IDTSName100

O tipo LogProviderEventLogClass expõe os membros a seguir.

Construtores

  Nome Descrição
Método público LogProviderEventLogClass Infraestrutura. Initializes a new instance of the LogProviderEventLogClass class.

Início

Propriedades

  Nome Descrição
Propriedade pública ConfigString Infraestrutura. Gets or sets a string used to configure the log provider.
Propriedade pública CreationName Infraestrutura. Gets the string used by the runtime to create an instance of the log provider.
Propriedade pública Description Infraestrutura. Gets or sets the description of the log provider.
Propriedade pública Enabled Infraestrutura. Gets a value that indicates whether the log provider is enabled.
Propriedade pública ID Infraestrutura. Gets the identifier of the log provider.
Propriedade pública Name Infraestrutura. Gets or sets the name of the log provider.

Início

Métodos

  Nome Descrição
Método público CloseLog Infraestrutura. Closes the log.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetFilterStatus Infraestrutura. Gets the filter status of the specified events.
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público Log Infraestrutura. Writes the log entry.
Método protegido MemberwiseClone (Herdado de Object.)
Método público OpenLog Infraestrutura. Opens the log.
Método público ToString (Herdado de Object.)
Método público Validate Infraestrutura. Validates the log provider with the specified events.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper