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.
Initializes a new instance of the XEStore class.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
Public Sub New ( _
connection As SfcConnection _
)
'Usage
Dim connection As SfcConnection
Dim instance As New XEStore(connection)
public XEStore(
SfcConnection connection
)
public:
XEStore(
SfcConnection^ connection
)
new :
connection:SfcConnection -> XEStore
public function XEStore(
connection : SfcConnection
)
Parameters
- connection
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcConnection
The connection as a SfcConnection object.