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 | |
---|---|---|
Enabled | Returns a Boolean that indicates if logging is enabled. This field is read-only. |
Top
Methods
Name | Description | |
---|---|---|
GetFilterStatus | Gets the filter status of the specified events. | |
Log | Writes the log entry. |
Top