ActionInfo.Key Construtores

Definição

Sobrecargas

Nome Description
ActionInfo.Key()

Construtor padrão para geração de chave genérica

ActionInfo.Key(ActionInfo+Key)

Constructors

ActionInfo.Key(Dictionary<String,Object>)

Inicializa uma nova instância da classe ActionInfo.Key.

ActionInfo.Key(String)

Inicializa uma nova instância da classe ActionInfo.Key.

ActionInfo.Key()

Construtor padrão para geração de chave genérica

public Key();
Public Sub New ()

Aplica-se a

ActionInfo.Key(ActionInfo+Key)

Constructors

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

Parâmetros

Aplica-se a

ActionInfo.Key(Dictionary<String,Object>)

Inicializa uma nova instância da classe ActionInfo.Key.

public Key(System.Collections.Generic.Dictionary<string,object> filedDict);
new Microsoft.SqlServer.Management.XEvent.ActionInfo.Key : System.Collections.Generic.Dictionary<string, obj> -> Microsoft.SqlServer.Management.XEvent.ActionInfo.Key
Public Sub New (filedDict As Dictionary(Of String, Object))

Parâmetros

filedDict
Dictionary<String,Object>

O ditado arquivado.

Aplica-se a

ActionInfo.Key(String)

Inicializa uma nova instância da classe ActionInfo.Key.

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

Parâmetros

name
String

O nome.

Aplica-se a