BaseXEStore.CreateSession(String) Método

Definição

Um wrapper para o construtor session para evitar passar acidentalmente um pai errado.

public virtual Microsoft.SqlServer.Management.XEvent.Session CreateSession(string sessionName);
abstract member CreateSession : string -> Microsoft.SqlServer.Management.XEvent.Session
override this.CreateSession : string -> Microsoft.SqlServer.Management.XEvent.Session
Public Overridable Function CreateSession (sessionName As String) As Session

Parâmetros

sessionName
String

Nome da sessão.

Retornos

Uma nova sessão.

Aplica-se a