ProjectVersion.Key(Int64) 构造函数

定义

使用指定的 ID 初始化 ProjectVersion.Key 类的新实例。

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

参数

id
Int64

指定 ID。

适用于