Interfaz IDTSLogProvider100
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Implements an interface of a log provider.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
<GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")> _
Public Interface IDTSLogProvider100
'Uso
Dim instance As IDTSLogProvider100
[GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")]
public interface IDTSLogProvider100
[GuidAttribute(L"4A5411B3-17C4-43CF-A9C4-00349669AA47")]
public interface class IDTSLogProvider100
[<GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")>]
type IDTSLogProvider100 = interface end
public interface IDTSLogProvider100
El tipo IDTSLogProvider100 expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
ConfigString | Infraestructura. Gets or sets the connection and configuration information for the specific log provider. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
CloseLog | Closes the log. | |
OpenLog | Infraestructura. Opens the log. | |
Validate | Validates the log and returns an enumeration that indicates success or failure. |
Arriba
Comentarios
For more information, see LogProvider.