Interface IDTSLogging
Defines the logging options for a container.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public Interface IDTSLogging
'Uso
Dim instance As IDTSLogging
public interface IDTSLogging
public interface class IDTSLogging
type IDTSLogging = interface end
public interface IDTSLogging
O tipo IDTSLogging expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Enabled | Returns a Boolean that indicates if logging is enabled. This field is read-only. |
Início
Métodos
Nome | Descrição | |
---|---|---|
GetFilterStatus | Gets the filter status of the specified events. | |
Log | Writes the log entry. |
Início