Operation.Key(Int64) 构造函数

定义

初始化一个带有指定Id的新类实例 Operation.Key

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

参数

id
Int64

ID。

适用于