Compartilhar via


Propriedade do RDL PackageNeutralClass.EventInfos

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the IDTSEventInfos100 collection that is associated with the package.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
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 da propriedade

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

Implementa

IDTSEventsProvider100.EventInfos

Comentários

For more information, see Package.

Consulte também

Referência

PackageNeutralClass Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper