TypeInfo.Key Konstruktoren

Definition

Überlädt

Name Beschreibung
TypeInfo.Key()

Standardkonstruktor für generische Schlüsselgenerierung

TypeInfo.Key(TypeInfo+Key)

Constructors

TypeInfo.Key(Dictionary<String,Object>)

Initialisiert eine neue Instanz der TypeInfo.Key-Klasse.

TypeInfo.Key(String)

TypeInfo.Key()

Standardkonstruktor für generische Schlüsselgenerierung

public Key();
Public Sub New ()

Gilt für:

TypeInfo.Key(TypeInfo+Key)

Constructors

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

Parameter

other
TypeInfo.Key

Gilt für:

TypeInfo.Key(Dictionary<String,Object>)

Initialisiert eine neue Instanz der TypeInfo.Key-Klasse.

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

TypeInfo.Key(String)

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

Parameter

name
String

Gilt für: