Linguaggio

PredSourceInfo.Key Costruttori

Definizione

Overload

Nome Descrizione
PredSourceInfo.Key()

Costruttore predefinito per la generazione di chiavi generica

PredSourceInfo.Key(PredSourceInfo+Key)

Constructors

PredSourceInfo.Key(Dictionary<String,Object>)

Inizializza una nuova istanza della classe PredSourceInfo.Key.

PredSourceInfo.Key(String)

PredSourceInfo.Key()

Costruttore predefinito per la generazione di chiavi generica

public Key();
Public Sub New ()

Si applica a

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)

Parametri

Si applica a

PredSourceInfo.Key(Dictionary<String,Object>)

Inizializza una nuova istanza della 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))

Parametri

filedDict
Dictionary<String,Object>

Set di coppie nome-valore che rappresentano il frammento Urn.

Si applica a

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)

Parametri

name
String

Si applica a