Operation.Key(Int64) Constructor

Definition

Initializes a new instance of the Operation.Key class with the specified Id.

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)

Parameters

id
Int64

The id.

Applies to