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
- other
Type: Microsoft.SqlServer.Management.IntegrationServices.IdKey
An object that represents the other IdKey object.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace