Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Initializes a new instance of the IdKey class with the specified other identifier key.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
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.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices