Gets the EventInfoCollection that the package contains.
命名空间: Microsoft.SqlServer.Management.XEvent
程序集: Microsoft.SqlServer.Management.XEvent(在 Microsoft.SqlServer.Management.XEvent.dll 中)
语法
声明
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(EventInfo))> _
Public ReadOnly Property EventInfoSet As EventInfoCollection
Get
用法
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
属性值
类型:Microsoft.SqlServer.Management.XEvent.EventInfoCollection
A collection of EventInfo objects.