Langue

PredSourceInfo.Key Constructeurs

Définition

Surcharges

Nom Description
PredSourceInfo.Key()

Constructeur par défaut pour la génération de clé générique

PredSourceInfo.Key(PredSourceInfo+Key)

Constructors

PredSourceInfo.Key(Dictionary<String,Object>)

Initialise une nouvelle instance de la classe PredSourceInfo.Key.

PredSourceInfo.Key(String)

PredSourceInfo.Key()

Constructeur par défaut pour la génération de clé générique

public Key();
Public Sub New ()

S’applique à

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)

Paramètres

S’applique à

PredSourceInfo.Key(Dictionary<String,Object>)

Initialise une nouvelle instance de la classe PredSourceInfo.Key.

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))

Paramètres

filedDict
Dictionary<String,Object>

Ensemble de paires nom-valeur qui représentent un fragment Urn.

S’applique à

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)

Paramètres

name
String

S’applique à