Classe LogProviderSQLServerClass
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 LogProviderSQLServer interface.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderSQLServerClass
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("1E4F606D-382A-4812-8E08-C5D5A04FFE98")> _
Public Class LogProviderSQLServerClass _
Implements IDTSLogProvider100, LogProviderSQLServer, IDTSLogging100, IDTSName100
'Utilisation
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
Le type LogProviderSQLServerClass expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
![]() |
LogProviderSQLServerClass | Infrastructure. Initializes a new instance of the LogProviderSQLServerClass 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.