ExecutionOperation.Key(Int64) Constructor

Definition

Initializes a new instance of the ExecutionOperation.Key class with the specified identifier.

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

Parameters

id
Int64

The specified identifier.

Applies to