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.