PredSourceInfo.Key Construtores

Definição

Sobrecargas

Nome Description
PredSourceInfo.Key()

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

PredSourceInfo.Key(PredSourceInfo+Key)

Constructors

PredSourceInfo.Key(Dictionary<String,Object>)

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

PredSourceInfo.Key(String)

PredSourceInfo.Key()

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

public Key();
Public Sub New ()

Aplica-se a

PredSourceInfo.Key(PredSourceInfo+Key)

Constructors

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

Aplica-se a

PredSourceInfo.Key(Dictionary<String,Object>)

Inicializa uma nova instância da classe 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>

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

Aplica-se 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

Aplica-se a