IDTSLogging100 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Defines the logging options for the container.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("6223C90D-E8B0-4023-BD44-1639E3B5DB56")> _
Public Interface IDTSLogging100
用法
Dim instance As IDTSLogging100
[GuidAttribute("6223C90D-E8B0-4023-BD44-1639E3B5DB56")]
public interface IDTSLogging100
[GuidAttribute(L"6223C90D-E8B0-4023-BD44-1639E3B5DB56")]
public interface class IDTSLogging100
[<GuidAttribute("6223C90D-E8B0-4023-BD44-1639E3B5DB56")>]
type IDTSLogging100 = interface end
public interface IDTSLogging100
IDTSLogging100 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Enabled | 基础结构。Gets a value that indicates whether logging is enabled. |
页首
方法
名称 | 说明 | |
---|---|---|
GetFilterStatus | 基础结构。Indicates whether to get the filter status of the specified events. | |
Log | 基础结构。Writes the log entry. |
页首
注释
For more information, see IDTSLogging.