Propriété PackageClass.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.
Gets the IDTSEventInfos100 collection that is associated with the package.
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 PackageClass
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
The IDTSEventInfos100 collection that is associated with the package.
Implémente
IDTSEventsProvider100.EventInfos
Notes
For more information, see Package.