ReadOnlyEventColumnInfo.Key Constructores

Definición

Sobrecargas

Nombre Description
ReadOnlyEventColumnInfo.Key()

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

ReadOnlyEventColumnInfo.Key(ReadOnlyEventColumnInfo+Key)

Constructores

ReadOnlyEventColumnInfo.Key(Dictionary<String,Object>)

Inicializa una nueva instancia de la clase ReadOnlyEventColumnInfo.Key.

ReadOnlyEventColumnInfo.Key(String)

ReadOnlyEventColumnInfo.Key()

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

public Key();
Public Sub New ()

Se aplica a

ReadOnlyEventColumnInfo.Key(ReadOnlyEventColumnInfo+Key)

Constructores

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

Parámetros

Se aplica a

ReadOnlyEventColumnInfo.Key(Dictionary<String,Object>)

Inicializa una nueva instancia de la clase ReadOnlyEventColumnInfo.Key.

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

ReadOnlyEventColumnInfo.Key(String)

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

Parámetros

name
String

Se aplica a