Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of Session class.
Espace de noms : Microsoft.SqlServer.Management.XEvent
Assembly : Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Syntaxe
'Déclaration
Public Sub New ( _
parent As XEStore, _
name As String _
)
'Utilisation
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
)
Paramètres
- parent
Type : Microsoft.SqlServer.Management.XEvent.XEStore
An XEStore object.
- name
Type : System.String
A string value that specifies the name.