IDTSLogging Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the logging options for a container.
public interface class IDTSLogging
public interface IDTSLogging
type IDTSLogging = interface
Public Interface IDTSLogging
Properties
Enabled |
Returns a Boolean that indicates if logging is enabled. This field is read-only. |
Methods
GetFilterStatus(String[]) |
Gets the filter status of the specified events. |
Log(String, String, String, String, String, String, String, DateTime, DateTime, Int32, Byte[]) |
Writes the log entry. |