PredSourceInfo.Key Constructores

Definición

Sobrecargas

Nombre Description
PredSourceInfo.Key()

Constructor predeterminado para la generación genérica de claves

PredSourceInfo.Key(PredSourceInfo+Key)

Constructores

PredSourceInfo.Key(Dictionary<String,Object>)

Inicializa una nueva instancia de la clase PredSourceInfo.Key.

PredSourceInfo.Key(String)

PredSourceInfo.Key()

Constructor predeterminado para la generación genérica de claves

public Key();
Public Sub New ()

Se aplica a

PredSourceInfo.Key(PredSourceInfo+Key)

Constructores

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)

Parámetros

Se aplica a

PredSourceInfo.Key(Dictionary<String,Object>)

Inicializa una nueva instancia de la clase 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))

Parámetros

filedDict
Dictionary<String,Object>

Conjunto de pares nombre-valor que representan el fragmento urn.

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

Parámetros

name
String

Se aplica a