IDTSInfoEvents100 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Defines an interface that is used to fire informational, warning, and error events.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("2C64F83B-8E7F-4AC6-9138-75BF363002EE")> _
Public Interface IDTSInfoEvents100
用法
Dim instance As IDTSInfoEvents100
[GuidAttribute("2C64F83B-8E7F-4AC6-9138-75BF363002EE")]
public interface IDTSInfoEvents100
[GuidAttribute(L"2C64F83B-8E7F-4AC6-9138-75BF363002EE")]
public interface class IDTSInfoEvents100
[<GuidAttribute("2C64F83B-8E7F-4AC6-9138-75BF363002EE")>]
type IDTSInfoEvents100 = interface end
public interface IDTSInfoEvents100
IDTSInfoEvents100 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
FireError | 基础结构。Fires an error. | |
FireInformation | 基础结构。Fires an informational event. | |
FireWarning | 基础结构。Fires a warning. |
页首