Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the sessions collection.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(Session))> _
Public ReadOnly Property Sessions As SessionCollection
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.XEvent.SessionCollection
Returns a SessionCollection.