OperationMessage.Key 建構函式

定義

多載

名稱 Description
OperationMessage.Key(Int64)

初始化一個帶有指定 ID 的新類別實例 OperationMessage.Key

OperationMessage.Key(String)

初始化一個承載該金鑰名稱的類別新實例 OperationMessage.Key

OperationMessage.Key(Int64)

初始化一個帶有指定 ID 的新類別實例 OperationMessage.Key

public:
 Key(long id);
public Key(long id);
new Microsoft.SqlServer.Management.IntegrationServices.OperationMessage.Key : int64 -> Microsoft.SqlServer.Management.IntegrationServices.OperationMessage.Key
Public Sub New (id As Long)

參數

id
Int64

指定的ID。

適用於

OperationMessage.Key(String)

初始化一個承載該金鑰名稱的類別新實例 OperationMessage.Key

public:
 Key(System::String ^ managedInstanceName);
public Key(string managedInstanceName);
new Microsoft.SqlServer.Management.IntegrationServices.OperationMessage.Key : string -> Microsoft.SqlServer.Management.IntegrationServices.OperationMessage.Key
Public Sub New (managedInstanceName As String)

參數

managedInstanceName
String

受控實例的名稱。

適用於