Freigeben über


IDTSEventInfo100.AllowEventHandlers-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

For more information, see EventInfo.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
ReadOnly Property AllowEventHandlers As Boolean 
    Get
'Usage
Dim instance As IDTSEventInfo100 
Dim value As Boolean 

value = instance.AllowEventHandlers
bool AllowEventHandlers { get; }
property bool AllowEventHandlers {
    bool get ();
}
abstract AllowEventHandlers : bool
function get AllowEventHandlers () : boolean

Eigenschaftswert

Typ: System.Boolean

Siehe auch

Verweis

IDTSEventInfo100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace