Operation.Key(Int64) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.