OperationMessage.Key 构造函数

定义

重载

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

托管实例的名称。

适用于