Compartir a través de


XEStore Constructor

Initializes a new instance of the XEStore class.

Espacio de nombres:  Microsoft.SqlServer.Management.XEvent
Ensamblado:  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Sintaxis

'Declaración
Public Sub New ( _
    connection As SfcConnection _
)
'Uso
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
)

Parámetros

Vea también

Referencia

XEStore Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent