EventsObjectWrapper 类
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Represents an events object wrapper.
继承层次结构
System.Object
Microsoft.SqlServer.Dts.Tasks.ScriptTask.EventsObjectWrapper
命名空间: Microsoft.SqlServer.Dts.Tasks.ScriptTask
程序集: Microsoft.SqlServer.ScriptTask(在 Microsoft.SqlServer.ScriptTask.dll 中)
语法
声明
Public Class EventsObjectWrapper
用法
Dim instance As EventsObjectWrapper
public class EventsObjectWrapper
public ref class EventsObjectWrapper
type EventsObjectWrapper = class end
public class EventsObjectWrapper
EventsObjectWrapper 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
EventsObjectWrapper | 基础结构。Initializes a new instance of the EventsObjectWrapper class. |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Equals | (从 Object 继承。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
FireBreakpointHit | 基础结构。Raises an event when a breakpoint target is hit in the package. |
![]() |
FireCustomEvent | 基础结构。Occurs when tasks raise custom task-defined events. |
![]() |
FireError | 基础结构。Raises an event when error occurs. |
![]() |
FireInformation | 基础结构。Raises an event containing information. |
![]() |
FireProgress | 基础结构。Raises an event when measurable progress is made by the executable. |
![]() |
FireQueryCancel | 基础结构。Raises an event to determine whether an executable should stop running. |
![]() |
FireWarning | 基础结构。Raises an event anytime the task is in a state that does not justify an error, but does warrant alerting the client. |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。