Compartir a través de


Clase LogProviderXMLFileClass

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents a class for the LogProviderXMLFile interface.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

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

El tipo LogProviderXMLFileClass expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público LogProviderXMLFileClass Infraestructura. Initializes a new instance of the LogProviderXMLFileClass class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública ConfigString Infraestructura. Gets or sets a string used to configure the log provider.
Propiedad pública CreationName Infraestructura. Gets the string used by the runtime to create an instance of the log provider.
Propiedad pública Description Infraestructura. Gets or sets the description of the log provider.
Propiedad pública Enabled Infraestructura. Gets a value that indicates whether the log provider is enabled.
Propiedad pública ID Infraestructura. Gets the identifier of the log provider.
Propiedad pública Name Infraestructura. Gets or sets the name of the log provider.

Arriba

Métodos

  Nombre Descripción
Método público CloseLog Infraestructura. Closes the log.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetFilterStatus Infraestructura. Gets the filter status of the specified events.
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público Log Infraestructura. Writes the log entry.
Método protegido MemberwiseClone (Se hereda de Object.)
Método público OpenLog Infraestructura. Opens the log.
Método público ToString (Se hereda de Object.)
Método público Validate Infraestructura. Validates the log provider with the specified events.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper