Partager via


Propriété ForLoopClass.EventInfos

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Returns a collection of IDTSEventInfo100 objects. This field is read-only.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property EventInfos As IDTSEventInfos100 
    Get
'Utilisation
Dim instance As ForLoopClass 
Dim value As IDTSEventInfos100 

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

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventInfos100
Returns an IDTSEventInfos100 collection.

Implémente

IDTSEventsProvider100.EventInfos

Voir aussi

Référence

ForLoopClass Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper