Partager via


EventInfos propriété

Sets the IDTSEventInfos100 collection that is associated with the component.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (dans Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Public Overridable WriteOnly Property EventInfos As IDTSEventInfos100
    Set
'Utilisation
Dim instance As CManagedComponentWrapperClass
Dim value As IDTSEventInfos100

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

Valeur de la propriété

Type : Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSEventInfos100
The IDTSEventInfos100 collection that is associated with the component.

Implémente

IDTSRuntimeComponent100. . :: . .EventInfos