Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the IdKey class with the specified identifier.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Sub New ( _
id As Long _
)
'Usage
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
)
Parameters
- id
Type: System.Int64
The specified identifier.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace