Compartilhar via


Construtor Session (XEStore, String)

Initializes a new instance of Session class.

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

Sintaxe

'Declaração
Public Sub New ( _
    parent As XEStore, _
    name As String _
)
'Uso
Dim parent As XEStore 
Dim name As String 

Dim instance As New Session(parent, _
    name)
public Session(
    XEStore parent,
    string name
)
public:
Session(
    XEStore^ parent, 
    String^ name
)
new : 
        parent:XEStore * 
        name:string -> Session
public function Session(
    parent : XEStore, 
    name : String
)

Parâmetros

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

Consulte também

Referência

Session Classe

Sobrecarregado Session

Namespace Microsoft.SqlServer.Management.XEvent