Clase LogProviderHostClass
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 LogProviderHost interface.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderHostClass
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("C5337B2A-9EC3-4CDA-B977-3F8A192A2392")> _
Public Class LogProviderHostClass _
Implements LogProviderHost, IDTSName100, IDTSObjectHost100, IDTSLogProvider100, _
IDTSLogging100
'Uso
Dim instance As LogProviderHostClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("C5337B2A-9EC3-4CDA-B977-3F8A192A2392")]
public class LogProviderHostClass : LogProviderHost,
IDTSName100, IDTSObjectHost100, IDTSLogProvider100, IDTSLogging100
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"C5337B2A-9EC3-4CDA-B977-3F8A192A2392")]
public ref class LogProviderHostClass : LogProviderHost,
IDTSName100, IDTSObjectHost100, IDTSLogProvider100, IDTSLogging100
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("C5337B2A-9EC3-4CDA-B977-3F8A192A2392")>]
type LogProviderHostClass =
class
interface LogProviderHost
interface IDTSName100
interface IDTSObjectHost100
interface IDTSLogProvider100
interface IDTSLogging100
end
public class LogProviderHostClass implements LogProviderHost, IDTSName100, IDTSObjectHost100, IDTSLogProvider100, IDTSLogging100
El tipo LogProviderHostClass expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
LogProviderHostClass | Infraestructura. Initializes a new instance of the LogProviderHostClass class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
ConfigString | Infraestructura. Gets or sets a string used to configure the log provider. | |
CreationName | Infraestructura. Gets the string used by the runtime to create an instance of the log provider. | |
DelayValidation | Infraestructura. Gets or sets a value that indicates whether a call to validate for the log provider is delayed until package execution. | |
Description | Infraestructura. Gets or sets the description of the log provider. | |
Enabled | Infraestructura. Gets a value that indicates whether the log provider is enabled. | |
HostType | Infraestructura. Gets an enumeration that describes the type of host that the log provider is being used by. This property is read-only. | |
ID | Infraestructura. Gets the identifier of the log provider. | |
InnerObject | Infraestructura. Gets the specific log provider that is being hosted by the LogProviderHostClass object. | |
Name | Infraestructura. Gets or sets the name of the log provider. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
CloseLog | Infraestructura. Closes the log. | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetFilterStatus | Infraestructura. Gets the filter status of the specified events. | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
Log | Infraestructura. Writes the log entry. | |
MemberwiseClone | (Se hereda de Object.) | |
OpenLog | Infraestructura. Opens the log. | |
ToString | (Se hereda de Object.) | |
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.