PredCompareInfo.Key 建構函式

定義

多載

名稱 Description
PredCompareInfo.Key()

通用金鑰產生的預設建構器

PredCompareInfo.Key(PredCompareInfo+Key)

Constructors

PredCompareInfo.Key(Dictionary<String,Object>)

初始化 PredCompareInfo.Key 類別的新執行個體。

PredCompareInfo.Key(String)

初始化 PredCompareInfo.Key 類別的新執行個體。

PredCompareInfo.Key()

通用金鑰產生的預設建構器

public Key();
Public Sub New ()

適用於

PredCompareInfo.Key(PredCompareInfo+Key)

Constructors

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

參數

other
PredCompareInfo.Key

另一個。

適用於

PredCompareInfo.Key(Dictionary<String,Object>)

初始化 PredCompareInfo.Key 類別的新執行個體。

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

參數

filedDict
Dictionary<String,Object>

一組代表 Urn 碎片的名稱與值對。

適用於

PredCompareInfo.Key(String)

初始化 PredCompareInfo.Key 類別的新執行個體。

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

參數

name
String

名稱。

適用於