Partager via


Interface LogProviderEventLog

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

For more information, see LogProviderEventLogClass.

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

Syntaxe

'Déclaration
<GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")> _
Public Interface LogProviderEventLog _
    Inherits IDTSLogProvider100
'Utilisation
Dim instance As LogProviderEventLog
[GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")]
public interface LogProviderEventLog : IDTSLogProvider100
[GuidAttribute(L"4A5411B3-17C4-43CF-A9C4-00349669AA47")]
public interface class LogProviderEventLog : IDTSLogProvider100
[<GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")>]
type LogProviderEventLog =  
    interface 
        interface IDTSLogProvider100 
    end
public interface LogProviderEventLog extends IDTSLogProvider100

Le type LogProviderEventLog expose les membres suivants.

Propriétés

  Nom Description
Propriété publique ConfigString Infrastructure. Gets or sets the connection and configuration information for the specific log provider. (hérité de IDTSLogProvider100.)

Haut de la page

Méthodes

  Nom Description
Méthode publique CloseLog Closes the log. (hérité de IDTSLogProvider100.)
Méthode publique OpenLog Infrastructure. Opens the log. (hérité de IDTSLogProvider100.)
Méthode publique Validate Validates the log and returns an enumeration that indicates success or failure. (hérité de IDTSLogProvider100.)

Haut de la page

Voir aussi

Référence

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