Share via


IdKey Constructor (IdKey)

Initializes a new instance of the IdKey class with the specified other identifier key.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

'Declaration
Public Sub New ( _
    other As IdKey _
)
'Usage
Dim other As IdKey 

Dim instance As New IdKey(other)
public IdKey(
    IdKey other
)
public:
IdKey(
    IdKey^ other
)
new : 
        other:IdKey -> IdKey
public function IdKey(
    other : IdKey
)

Parameters

See Also

Reference

IdKey Class

IdKey Overload

Microsoft.SqlServer.Management.IntegrationServices Namespace