TypeInfo.Key Costruttori

Definizione

Overload

Nome Descrizione
TypeInfo.Key()

Costruttore predefinito per la generazione di chiavi generica

TypeInfo.Key(TypeInfo+Key)

Constructors

TypeInfo.Key(Dictionary<String,Object>)

Inizializza una nuova istanza della classe TypeInfo.Key.

TypeInfo.Key(String)

TypeInfo.Key()

Costruttore predefinito per la generazione di chiavi generica

public Key();
Public Sub New ()

Si applica a

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)

Parametri

other
TypeInfo.Key

Si applica a

TypeInfo.Key(Dictionary<String,Object>)

Inizializza una nuova istanza della classe TypeInfo.Key.

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

Parametri

filedDict
Dictionary<String,Object>

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

Si applica a

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)

Parametri

name
String

Si applica a