Session.Key Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| Session.Key() |
Constructeur par défaut pour la génération de clé générique |
| Session.Key(Session+Key) |
Constructors |
| Session.Key(Dictionary<String,Object>) |
Initialise une nouvelle instance de la classe Session.Key. |
| Session.Key(String) |
Session.Key()
Constructeur par défaut pour la génération de clé générique
public Key();
Public Sub New ()
S’applique à
Session.Key(Session+Key)
Constructors
public Key(Microsoft.SqlServer.Management.XEvent.Session.Key other);
new Microsoft.SqlServer.Management.XEvent.Session.Key : Microsoft.SqlServer.Management.XEvent.Session.Key -> Microsoft.SqlServer.Management.XEvent.Session.Key
Public Sub New (other As Session.Key)
Paramètres
- other
- Session.Key
S’applique à
Session.Key(Dictionary<String,Object>)
Initialise une nouvelle instance de la classe Session.Key.
public Key(System.Collections.Generic.Dictionary<string,object> filedDict);
new Microsoft.SqlServer.Management.XEvent.Session.Key : System.Collections.Generic.Dictionary<string, obj> -> Microsoft.SqlServer.Management.XEvent.Session.Key
Public Sub New (filedDict As Dictionary(Of String, Object))
Paramètres
- filedDict
- Dictionary<String,Object>
Ensemble de paires nom-valeur qui représentent un fragment Urn.
S’applique à
Session.Key(String)
public Key(string name);
new Microsoft.SqlServer.Management.XEvent.Session.Key : string -> Microsoft.SqlServer.Management.XEvent.Session.Key
Public Sub New (name As String)
Paramètres
- name
- String