IDTSLogging Interface

Defines the logging options for a container.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Interface IDTSLogging
'Usage
Dim instance As IDTSLogging
public interface IDTSLogging
public interface class IDTSLogging
type IDTSLogging =  interface end
public interface IDTSLogging

The IDTSLogging type exposes the following members.

Properties

  Name Description
Public property Enabled Returns a Boolean that indicates if logging is enabled. This field is read-only.

Top

Methods

  Name Description
Public method GetFilterStatus Gets the filter status of the specified events.
Public method Log Writes the log entry.

Top