Condividi tramite


Proprietà PackageRemote32Class.EventInfos

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the IDTSEventInfos100 collection that is associated with the package.

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 PackageRemote32Class 
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
The IDTSEventInfos100 collection that is associated with the package.

Implementa

IDTSEventsProvider100.EventInfos

Vedere anche

Riferimento

PackageRemote32Class Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper