Package.Key 建構函式

定義

多載

名稱 Description
Package.Key()

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

Package.Key(Package+Key)

Constructors

Package.Key(Dictionary<String,Object>)

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

Package.Key(String, String)

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

Package.Key()

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

public Key();
Public Sub New ()

適用於

Package.Key(Package+Key)

Constructors

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

參數

other
Package.Key

適用於

Package.Key(Dictionary<String,Object>)

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

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

參數

filedDict
Dictionary<String,Object>

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

適用於

Package.Key(String, String)

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

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

參數

guid
String

模組 GUID。

name
String

非完全合格的套件名稱。

適用於