ProjectVersion.Key(Int64) Constructor

Definition

Initializes a new instance of the ProjectVersion.Key class with the specified ID.

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)

Parameters

id
Int64

The specified ID.

Applies to