Interfaz IDTSLogging100
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Defines the logging options for the container.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
<GuidAttribute("6223C90D-E8B0-4023-BD44-1639E3B5DB56")> _
Public Interface IDTSLogging100
'Uso
Dim instance As IDTSLogging100
[GuidAttribute("6223C90D-E8B0-4023-BD44-1639E3B5DB56")]
public interface IDTSLogging100
[GuidAttribute(L"6223C90D-E8B0-4023-BD44-1639E3B5DB56")]
public interface class IDTSLogging100
[<GuidAttribute("6223C90D-E8B0-4023-BD44-1639E3B5DB56")>]
type IDTSLogging100 = interface end
public interface IDTSLogging100
El tipo IDTSLogging100 expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Enabled | Infraestructura. Gets a value that indicates whether logging is enabled. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
GetFilterStatus | Infraestructura. Indicates whether to get the filter status of the specified events. | |
Log | Infraestructura. Writes the log entry. |
Arriba
Comentarios
For more information, see IDTSLogging.