Sprache

ReadOnlyEventColumnInfo.Key Konstruktoren

Definition

Überlädt

Name Beschreibung
ReadOnlyEventColumnInfo.Key()

Standardkonstruktor für generische Schlüsselgenerierung

ReadOnlyEventColumnInfo.Key(ReadOnlyEventColumnInfo+Key)

Constructors

ReadOnlyEventColumnInfo.Key(Dictionary<String,Object>)

Initialisiert eine neue Instanz der ReadOnlyEventColumnInfo.Key-Klasse.

ReadOnlyEventColumnInfo.Key(String)

ReadOnlyEventColumnInfo.Key()

Standardkonstruktor für generische Schlüsselgenerierung

public Key();
Public Sub New ()

Gilt für:

ReadOnlyEventColumnInfo.Key(ReadOnlyEventColumnInfo+Key)

Constructors

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

Parameter

Gilt für:

ReadOnlyEventColumnInfo.Key(Dictionary<String,Object>)

Initialisiert eine neue Instanz der ReadOnlyEventColumnInfo.Key-Klasse.

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

ReadOnlyEventColumnInfo.Key(String)

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

Parameter

name
String

Gilt für: