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 | |
---|---|---|
![]() |
LogProviderEventLogClass | Infrastructure. Initializes a new instance of the LogProviderEventLogClass class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
![]() |
ConfigString | Infrastructure. Gets or sets a string used to configure the log provider. |
![]() |
CreationName | Infrastructure. Gets the string used by the runtime to create an instance of the log provider. |
![]() |
Description | Infrastructure. Gets or sets the description of the log provider. |
![]() |
Enabled | Infrastructure. Gets a value that indicates whether the log provider is enabled. |
![]() |
ID | Infrastructure. Gets the identifier of the log provider. |
![]() |
Name | Infrastructure. Gets or sets the name of the log provider. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
![]() |
CloseLog | Infrastructure. Closes the log. |
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetFilterStatus | Infrastructure. Gets the filter status of the specified events. |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
Log | Infrastructure. Writes the log entry. |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
OpenLog | Infrastructure. Opens the log. |
![]() |
ToString | (hérité de Object.) |
![]() |
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.