Freigeben über


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
Öffentliche Methode LogProviderXMLFileClass Infrastruktur Initializes a new instance of the LogProviderXMLFileClass class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ConfigString Infrastruktur Gets or sets a string used to configure the log provider.
Öffentliche Eigenschaft CreationName Infrastruktur Gets the string used by the runtime to create an instance of the log provider.
Öffentliche Eigenschaft Description Infrastruktur Gets or sets the description of the log provider.
Öffentliche Eigenschaft Enabled Infrastruktur Gets a value that indicates whether the log provider is enabled.
Öffentliche Eigenschaft ID Infrastruktur Gets the identifier of the log provider.
Öffentliche Eigenschaft Name Infrastruktur Gets or sets the name of the log provider.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode CloseLog Infrastruktur Closes the log.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetFilterStatus Infrastruktur Gets the filter status of the specified events.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode Log Infrastruktur Writes the log entry.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode OpenLog Infrastruktur Opens the log.
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche Methode 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.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace