EventColumnInfo.Key Konstruktoren

Definition

Überlädt

Name Beschreibung
EventColumnInfo.Key()

Standardkonstruktor für generische Schlüsselgenerierung

EventColumnInfo.Key(EventColumnInfo+Key)

Constructors

EventColumnInfo.Key(Dictionary<String,Object>)

Initialisiert eine neue Instanz der EventColumnInfo.Key-Klasse.

EventColumnInfo.Key(String)

EventColumnInfo.Key()

Standardkonstruktor für generische Schlüsselgenerierung

public Key();
Public Sub New ()

Gilt für:

EventColumnInfo.Key(EventColumnInfo+Key)

Constructors

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

Parameter

Gilt für:

EventColumnInfo.Key(Dictionary<String,Object>)

Initialisiert eine neue Instanz der EventColumnInfo.Key-Klasse.

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

EventColumnInfo.Key(String)

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

Parameter

name
String

Gilt für: