BaseXEStore.CreateSession(String) 方法

定義

一個 Session 建構器的包裝器,以避免誤傳錯誤的父節點。

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

參數

sessionName
String

會議名稱。

傳回

新的會議。

適用於