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.