Construtor IdKey (Int64)
Initializes a new instance of the IdKey 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 IdKey(id)
public IdKey(
long id
)
public:
IdKey(
long long id
)
new :
id:int64 -> IdKey
public function IdKey(
id : long
)
Parâmetros
- id
Tipo: System.Int64
The specified identifier.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices