Compartilhar via


Classe LogProviderSQLServerClass

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 LogProviderSQLServer interface.

Hierarquia de herança

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

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

Sintaxe

'Declaração
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("1E4F606D-382A-4812-8E08-C5D5A04FFE98")> _
Public Class LogProviderSQLServerClass _
    Implements IDTSLogProvider100, LogProviderSQLServer, IDTSLogging100, IDTSName100
'Uso
Dim instance As LogProviderSQLServerClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("1E4F606D-382A-4812-8E08-C5D5A04FFE98")]
public class LogProviderSQLServerClass : IDTSLogProvider100, 
    LogProviderSQLServer, IDTSLogging100, IDTSName100
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"1E4F606D-382A-4812-8E08-C5D5A04FFE98")]
public ref class LogProviderSQLServerClass : IDTSLogProvider100, 
    LogProviderSQLServer, IDTSLogging100, IDTSName100
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("1E4F606D-382A-4812-8E08-C5D5A04FFE98")>]
type LogProviderSQLServerClass =  
    class 
        interface IDTSLogProvider100 
        interface LogProviderSQLServer 
        interface IDTSLogging100 
        interface IDTSName100 
    end
public class LogProviderSQLServerClass implements IDTSLogProvider100, LogProviderSQLServer, IDTSLogging100, IDTSName100

O tipo LogProviderSQLServerClass expõe os membros a seguir.

Construtores

  Nome Descrição
Método público LogProviderSQLServerClass Infraestrutura. Initializes a new instance of the LogProviderSQLServerClass 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