LogProviderXMLFileClass-Klasse
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Represents a class for the LogProviderXMLFile interface.
Vererbungshierarchie
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderXMLFileClass
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("9D1392C1-01C0-4148-A258-F20AF6E4EA3E")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class LogProviderXMLFileClass _
Implements IDTSLogProvider100, LogProviderXMLFile, IDTSLogging100, IDTSName100
'Usage
Dim instance As LogProviderXMLFileClass
[GuidAttribute("9D1392C1-01C0-4148-A258-F20AF6E4EA3E")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class LogProviderXMLFileClass : IDTSLogProvider100,
LogProviderXMLFile, IDTSLogging100, IDTSName100
[GuidAttribute(L"9D1392C1-01C0-4148-A258-F20AF6E4EA3E")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class LogProviderXMLFileClass : IDTSLogProvider100,
LogProviderXMLFile, IDTSLogging100, IDTSName100
[<GuidAttribute("9D1392C1-01C0-4148-A258-F20AF6E4EA3E")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type LogProviderXMLFileClass =
class
interface IDTSLogProvider100
interface LogProviderXMLFile
interface IDTSLogging100
interface IDTSName100
end
public class LogProviderXMLFileClass implements IDTSLogProvider100, LogProviderXMLFile, IDTSLogging100, IDTSName100
Der LogProviderXMLFileClass-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
LogProviderXMLFileClass | Infrastruktur Initializes a new instance of the LogProviderXMLFileClass class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
ConfigString | Infrastruktur Gets or sets a string used to configure the log provider. | |
CreationName | Infrastruktur Gets the string used by the runtime to create an instance of the log provider. | |
Description | Infrastruktur Gets or sets the description of the log provider. | |
Enabled | Infrastruktur Gets a value that indicates whether the log provider is enabled. | |
ID | Infrastruktur Gets the identifier of the log provider. | |
Name | Infrastruktur Gets or sets the name of the log provider. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
CloseLog | Infrastruktur Closes the log. | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetFilterStatus | Infrastruktur Gets the filter status of the specified events. | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
Log | Infrastruktur Writes the log entry. | |
MemberwiseClone | (Geerbt von Object.) | |
OpenLog | Infrastruktur Opens the log. | |
ToString | (Geerbt von Object.) | |
Validate | Infrastruktur Validates the log provider with the specified events. |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.