Compartir a través de


PackageNeutralClass.EventInfos Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the IDTSEventInfos100 collection that is associated with the package.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Public Overridable ReadOnly Property EventInfos As IDTSEventInfos100 
    Get
'Uso
Dim instance As PackageNeutralClass 
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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventInfos100
The IDTSEventInfos100 collection that is associated with the package.

Implementa

IDTSEventsProvider100.EventInfos

Comentarios

For more information, see Package.

Vea también

Referencia

PackageNeutralClass Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper