Язык

PredSourceInfo.Key Конструкторы

Определение

Перегрузки

Имя Описание
PredSourceInfo.Key()

Конструктор по умолчанию для универсального создания ключей

PredSourceInfo.Key(PredSourceInfo+Key)

Constructors

PredSourceInfo.Key(Dictionary<String,Object>)

Инициализирует новый экземпляр класса PredSourceInfo.Key.

PredSourceInfo.Key(String)

PredSourceInfo.Key()

Конструктор по умолчанию для универсального создания ключей

public Key();
Public Sub New ()

Применяется к

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)

Параметры

Применяется к

PredSourceInfo.Key(Dictionary<String,Object>)

Инициализирует новый экземпляр класса 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))

Параметры

filedDict
Dictionary<String,Object>

Набор пар "имя-значение", представляющих фрагмент urn.

Применяется к

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)

Параметры

name
String

Применяется к