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。

適用対象