Construtor ValidationOperation.Key
Initializes a new instance of the ValidationOperation.Key class with the specified identifier.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public Sub New ( _
id As Long _
)
'Uso
Dim id As Long
Dim instance As New ValidationOperation.Key(id)
public Key(
long id
)
public:
Key(
long long id
)
new :
id:int64 -> Key
public function ValidationOperation.Key(
id : long
)
Parâmetros
- id
Tipo: System.Int64
The specified identifier.
Consulte também
Referência
ValidationOperation.Key Classe
Namespace Microsoft.SqlServer.Management.IntegrationServices