TargetInfo.Key Constructores

Definición

Sobrecargas

Nombre Description
TargetInfo.Key()

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

TargetInfo.Key(TargetInfo+Key)

Constructores

TargetInfo.Key(Dictionary<String,Object>)

Inicializa una nueva instancia de la clase TargetInfo.Key.

TargetInfo.Key(String)

TargetInfo.Key()

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

public Key();
Public Sub New ()

Se aplica a

TargetInfo.Key(TargetInfo+Key)

Constructores

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

Parámetros

Se aplica a

TargetInfo.Key(Dictionary<String,Object>)

Inicializa una nueva instancia de la clase TargetInfo.Key.

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

TargetInfo.Key(String)

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

Parámetros

name
String

Se aplica a