Compartir a través de


XEStore.CreateSession Método

Represents a wrapper for Session constructor that is used to avoid accidentally passing the wrong parent.

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

Sintaxis

'Declaración
Public Function CreateSession ( _
    sessionName As String _
) As Session
'Uso
Dim instance As XEStore 
Dim sessionName As String 
Dim returnValue As Session 

returnValue = instance.CreateSession(sessionName)
public Session CreateSession(
    string sessionName
)
public:
Session^ CreateSession(
    String^ sessionName
)
member CreateSession : 
        sessionName:string -> Session
public function CreateSession(
    sessionName : String
) : Session

Parámetros

Valor devuelto

Tipo: Microsoft.SqlServer.Management.XEvent.Session
A Session object.

Vea también

Referencia

XEStore Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent