XEStore.Sessions プロパティ

セッションのコレクションを取得します。

名前空間:  Microsoft.SqlServer.Management.XEvent
アセンブリ:  Microsoft.SqlServer.Management.XEvent (Microsoft.SqlServer.Management.XEvent.dll)

構文

'宣言
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(Session))> _
Public ReadOnly Property Sessions As SessionCollection 
    Get
'使用
Dim instance As XEStore 
Dim value As SessionCollection 

value = instance.Sessions
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(Session))]
public SessionCollection Sessions { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(Session))]
public:
property SessionCollection^ Sessions {
    SessionCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(Session))>]
member Sessions : SessionCollection
function get Sessions () : SessionCollection

プロパティ値

型: Microsoft.SqlServer.Management.XEvent.SessionCollection
SessionCollection を返します。

関連項目

参照

XEStore クラス

Microsoft.SqlServer.Management.XEvent 名前空間