Classe LogProviderXMLFileClass

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents a class for the LogProviderXMLFile interface.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderXMLFileClass

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<GuidAttribute("9D1392C1-01C0-4148-A258-F20AF6E4EA3E")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class LogProviderXMLFileClass _
    Implements IDTSLogProvider100, LogProviderXMLFile, IDTSLogging100, IDTSName100
'Utilizzo
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

Nel tipo LogProviderXMLFileClass sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico LogProviderXMLFileClass Infrastruttura. Initializes a new instance of the LogProviderXMLFileClass class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica ConfigString Infrastruttura. Gets or sets a string used to configure the log provider.
Proprietà pubblica CreationName Infrastruttura. Gets the string used by the runtime to create an instance of the log provider.
Proprietà pubblica Description Infrastruttura. Gets or sets the description of the log provider.
Proprietà pubblica Enabled Infrastruttura. Gets a value that indicates whether the log provider is enabled.
Proprietà pubblica ID Infrastruttura. Gets the identifier of the log provider.
Proprietà pubblica Name Infrastruttura. Gets or sets the name of the log provider.

In alto

Metodi

  Nome Descrizione
Metodo pubblico CloseLog Infrastruttura. Closes the log.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetFilterStatus Infrastruttura. Gets the filter status of the specified events.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico Log Infrastruttura. Writes the log entry.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico OpenLog Infrastruttura. Opens the log.
Metodo pubblico ToString Ereditato da Object.
Metodo pubblico Validate Infrastruttura. Validates the log provider with the specified events.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper