Share via


IdKey コンストラクター (IdKey)

指定した他の識別子を使用して、IdKey クラスの新しいインスタンスを初期化します。

名前空間:  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
)

パラメーター

関連項目

参照

IdKey クラス

IdKey オーバーロード

Microsoft.SqlServer.Management.IntegrationServices 名前空間