Aracılığıyla paylaş


IDTSEventInfo100.AllowEventHandlers Özelliği

Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.

Daha fazla bilgi için, bkz. EventInfo.

Ad Alanı:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Derleme:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap içinde.dll)

Sözdizimi

'Bildirim
ReadOnly Property AllowEventHandlers As Boolean
    Get
'Kullanım
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

Özellik Değeri

Tür: System.Boolean