Saves the session to template.
命名空間: Microsoft.SqlServer.Management.XEvent
組件: Microsoft.SqlServer.Management.XEvent (在 Microsoft.SqlServer.Management.XEvent.dll 中)
語法
'宣告
Public Shared Sub SaveSessionToTemplate ( _
session As Session, _
fileName As String, _
overwrite As Boolean _
)
'用途
Dim session As Session
Dim fileName As String
Dim overwrite As Boolean
XEStore.SaveSessionToTemplate(session, _
fileName, overwrite)
public static void SaveSessionToTemplate(
Session session,
string fileName,
bool overwrite
)
public:
static void SaveSessionToTemplate(
Session^ session,
String^ fileName,
bool overwrite
)
static member SaveSessionToTemplate :
session:Session *
fileName:string *
overwrite:bool -> unit
public static function SaveSessionToTemplate(
session : Session,
fileName : String,
overwrite : boolean
)
參數
- session
型別:Microsoft.SqlServer.Management.XEvent.Session
The Session object.
- fileName
型別:System.String
A string value that specifies the name of the file.
- overwrite
型別:System.Boolean
Boolean value; if True, overwrite file.
例外狀況
| 例外狀況 | 條件 |
|---|---|
| IOException | The fileName includes an incorrect or invalid syntax for file name, directory name, or volume label syntax. |
| XEventException | Parameters are wrong or failed to save session. |