Partager via


Classe LogProviderEventLogClass

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents a class for the LogProviderEventLog interface.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("9BD4455F-7B98-4280-9AA9-932EC8B411D9")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class LogProviderEventLogClass _
    Implements IDTSLogProvider100, LogProviderEventLog, IDTSLogging100, IDTSName100
'Utilisation
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

Le type LogProviderEventLogClass expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique LogProviderEventLogClass Infrastructure. Initializes a new instance of the LogProviderEventLogClass class.

Haut de la page

Propriétés

  Nom Description
Propriété publique ConfigString Infrastructure. Gets or sets a string used to configure the log provider.
Propriété publique CreationName Infrastructure. Gets the string used by the runtime to create an instance of the log provider.
Propriété publique Description Infrastructure. Gets or sets the description of the log provider.
Propriété publique Enabled Infrastructure. Gets a value that indicates whether the log provider is enabled.
Propriété publique ID Infrastructure. Gets the identifier of the log provider.
Propriété publique Name Infrastructure. Gets or sets the name of the log provider.

Haut de la page

Méthodes

  Nom Description
Méthode publique CloseLog Infrastructure. Closes the log.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetFilterStatus Infrastructure. Gets the filter status of the specified events.
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique Log Infrastructure. Writes the log entry.
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique OpenLog Infrastructure. Opens the log.
Méthode publique ToString (hérité de Object.)
Méthode publique Validate Infrastructure. Validates the log provider with the specified events.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper