Proprietà ForLoopClass.EventInfos
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Returns a collection of IDTSEventInfo100 objects. This field is read-only.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Public Overridable ReadOnly Property EventInfos As IDTSEventInfos100
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventInfos100
Returns an IDTSEventInfos100 collection.
Implementa
IDTSEventsProvider100.EventInfos