Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the EventInfoCollection that the package contains.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(EventInfo))> _
Public ReadOnly Property EventInfoSet As EventInfoCollection
Get
'Usage
Dim instance As Package
Dim value As EventInfoCollection
value = instance.EventInfoSet
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(EventInfo))]
public EventInfoCollection EventInfoSet { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny,
typeof(EventInfo))]
public:
property EventInfoCollection^ EventInfoSet {
EventInfoCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(EventInfo))>]
member EventInfoSet : EventInfoCollection
function get EventInfoSet () : EventInfoCollection
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.XEvent.EventInfoCollection
A collection of EventInfo objects.