Compartilhar via


Método XEStore.CreateSessionFromTemplate

Creates a Session object from template file specified by the fileName parameter.

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)

Sintaxe

'Declaração
Public Function CreateSessionFromTemplate ( _
    sessionName As String, _
    fileName As String _
) As Session
'Uso
Dim instance As XEStore 
Dim sessionName As String 
Dim fileName As String 
Dim returnValue As Session 

returnValue = instance.CreateSessionFromTemplate(sessionName, _
    fileName)
public Session CreateSessionFromTemplate(
    string sessionName,
    string fileName
)
public:
Session^ CreateSessionFromTemplate(
    String^ sessionName, 
    String^ fileName
)
member CreateSessionFromTemplate : 
        sessionName:string * 
        fileName:string -> Session
public function CreateSessionFromTemplate(
    sessionName : String, 
    fileName : String
) : Session

Parâmetros

  • fileName
    Tipo: System.String
    A string value that specifies the name of the file.

Valor de retorno

Tipo: Microsoft.SqlServer.Management.XEvent.Session
A Session object from template file specified by the fileName parameter.

Exceções

Exceção Condição
XEventException

Parameters are wrong, or failed to create session.

XmlException

The template file is malformed.

UnauthorizedAccessException

The template file can't be accessed.

XmlSchemaValidationException

The template file doesn't conform to the schema.

Consulte também

Referência

XEStore Classe

Namespace Microsoft.SqlServer.Management.XEvent