EventsProvider.EventHandlers 属性
Returns a collection of event handler objects. This field is read-only.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public ReadOnly Property EventHandlers As DtsEventHandlers
Get
用法
Dim instance As EventsProvider
Dim value As DtsEventHandlers
value = instance.EventHandlers
public DtsEventHandlers EventHandlers { get; }
public:
property DtsEventHandlers^ EventHandlers {
DtsEventHandlers^ get ();
}
member EventHandlers : DtsEventHandlers
function get EventHandlers () : DtsEventHandlers
属性值
类型:Microsoft.SqlServer.Dts.Runtime.DtsEventHandlers
A collection of event handlers in a DtsEventHandlers collection.