ValidationOperation.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 ValidationOperation.Key class with the specified identifier.
public:
Key(long id);
public Key (long id);
new Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation.Key : int64 -> Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation.Key
Public Sub New (id As Long)
Parameters
- id
- Int64
The specified identifier.