PredCompareInfo.Key Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| PredCompareInfo.Key() |
Standardkonstruktor für generische Schlüsselgenerierung |
| PredCompareInfo.Key(PredCompareInfo+Key) |
Constructors |
| PredCompareInfo.Key(Dictionary<String,Object>) |
Initialisiert eine neue Instanz der PredCompareInfo.Key-Klasse. |
| PredCompareInfo.Key(String) |
Initialisiert eine neue Instanz der PredCompareInfo.Key-Klasse. |
PredCompareInfo.Key()
Standardkonstruktor für generische Schlüsselgenerierung
public Key();
Public Sub New ()
Gilt für:
PredCompareInfo.Key(PredCompareInfo+Key)
Constructors
public Key(Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key other);
new Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key : Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key -> Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key
Public Sub New (other As PredCompareInfo.Key)
Parameter
- other
- PredCompareInfo.Key
Die andere.
Gilt für:
PredCompareInfo.Key(Dictionary<String,Object>)
Initialisiert eine neue Instanz der PredCompareInfo.Key-Klasse.
public Key(System.Collections.Generic.Dictionary<string,object> filedDict);
new Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key : System.Collections.Generic.Dictionary<string, obj> -> Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key
Public Sub New (filedDict As Dictionary(Of String, Object))
Parameter
- filedDict
- Dictionary<String,Object>
Eine Gruppe von Name-Wert-Paaren, die Urnfragment darstellen.
Gilt für:
PredCompareInfo.Key(String)
Initialisiert eine neue Instanz der PredCompareInfo.Key-Klasse.
public Key(string name);
new Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key : string -> Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key
Public Sub New (name As String)
Parameter
- name
- String
Der Name.