Initializes a new instance of the IdKey class with the specified other identifier key.
命名空間: Microsoft.SqlServer.Management.IntegrationServices
組件: Microsoft.SqlServer.Management.IntegrationServices (在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)
語法
'宣告
Public Sub New ( _
other As IdKey _
)
'用途
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
)
參數
- other
型別:Microsoft.SqlServer.Management.IntegrationServices.IdKey
An object that represents the other IdKey object.