Aracılığıyla paylaş


IDTSRuntimeComponent100.EventInfos Özelliği

Kümeleri IDTSEventInfos100 koleksiyon , PipelineComponent nesne.

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

Sözdizimi

'Bildirim
WriteOnly Property EventInfos As IDTSEventInfos100
    Set
'Kullanım
Dim instance As IDTSRuntimeComponent100
Dim value As IDTSEventInfos100

instance.EventInfos = value
IDTSEventInfos100 EventInfos { set; }
property IDTSEventInfos100^ EventInfos {
    void set (IDTSEventInfos100^ value);
}
abstract EventInfos : IDTSEventInfos100 with get, set
function set EventInfos (value : IDTSEventInfos100)

Açıklamalar

Bileşen geliştiricileri oluşturma ve kullanma özel olaylar oluşturmak EventInfos koleksiyon.koleksiyon Bileşeni için veri akışı görevi tarafından sağlanır.Özel olaylar ilk oluşturulan veya tanımlanan çağırarak Add yöntem.Çağırarak paket yürütme sırasında özel olay harekete geçirilen FireCustomEvent yöntem, ComponentMetaData.

If you specify true in the AllowEventHandlers parameter when calling the Add method, the Event Handlers tab in the SSIS Designer in Business Intelligence Development Studio lists the custom event in the Event Handler drop-down box.