Propriété EventHandlers
Returns a collection of event handler objects. This field is read-only.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public ReadOnly Property EventHandlers As DtsEventHandlers
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Dts.Runtime. . :: . .DtsEventHandlers
A collection of event handlers in a DtsEventHandlers collection.