PredSourceInfo.Key Konstruktoren

Definition

Überlädt

Name Beschreibung
PredSourceInfo.Key()

Standardkonstruktor für generische Schlüsselgenerierung

PredSourceInfo.Key(PredSourceInfo+Key)

Constructors

PredSourceInfo.Key(Dictionary<String,Object>)

Initialisiert eine neue Instanz der PredSourceInfo.Key-Klasse.

PredSourceInfo.Key(String)

PredSourceInfo.Key()

Standardkonstruktor für generische Schlüsselgenerierung

public Key();
Public Sub New ()

Gilt für:

PredSourceInfo.Key(PredSourceInfo+Key)

Constructors

public Key(Microsoft.SqlServer.Management.XEvent.PredSourceInfo.Key other);
new Microsoft.SqlServer.Management.XEvent.PredSourceInfo.Key : Microsoft.SqlServer.Management.XEvent.PredSourceInfo.Key -> Microsoft.SqlServer.Management.XEvent.PredSourceInfo.Key
Public Sub New (other As PredSourceInfo.Key)

Parameter

Gilt für:

PredSourceInfo.Key(Dictionary<String,Object>)

Initialisiert eine neue Instanz der PredSourceInfo.Key-Klasse.

public Key(System.Collections.Generic.Dictionary<string,object> filedDict);
new Microsoft.SqlServer.Management.XEvent.PredSourceInfo.Key : System.Collections.Generic.Dictionary<string, obj> -> Microsoft.SqlServer.Management.XEvent.PredSourceInfo.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:

PredSourceInfo.Key(String)

public Key(string name);
new Microsoft.SqlServer.Management.XEvent.PredSourceInfo.Key : string -> Microsoft.SqlServer.Management.XEvent.PredSourceInfo.Key
Public Sub New (name As String)

Parameter

name
String

Gilt für: