Construtor IdKey (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 (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public Sub New ( _
other As IdKey _
)
'Uso
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
)
Parâmetros
- other
Tipo: Microsoft.SqlServer.Management.IntegrationServices.IdKey
An object that represents the other IdKey object.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices