Idioma

Session.Key Construtores

Definição

Sobrecargas

Nome Description
Session.Key()

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

Session.Key(Session+Key)

Constructors

Session.Key(Dictionary<String,Object>)

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

Session.Key(String)

Session.Key()

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

public Key();
Public Sub New ()

Aplica-se a

Session.Key(Session+Key)

Constructors

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

Parâmetros

other
Session.Key

Aplica-se a

Session.Key(Dictionary<String,Object>)

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

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

Parâmetros

filedDict
Dictionary<String,Object>

Um conjunto de pares nome-valor que representam o fragmento de Urn.

Aplica-se a

Session.Key(String)

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

Parâmetros

name
String

Aplica-se a