IDTSLogging 接口
Defines the logging options for a container.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public Interface IDTSLogging
用法
Dim instance As IDTSLogging
public interface IDTSLogging
public interface class IDTSLogging
type IDTSLogging = interface end
public interface IDTSLogging
IDTSLogging 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Enabled | Returns a Boolean that indicates if logging is enabled. This field is read-only. |
页首
方法
名称 | 说明 | |
---|---|---|
GetFilterStatus | Gets the filter status of the specified events. | |
Log | Writes the log entry. |
页首