Package.EventInfoSet プロパティ
パッケージに含まれている EventInfoCollection を取得します。
名前空間: 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
EventInfo オブジェクトのコレクションです。