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
)
パラメーター
- other
型: Microsoft.SqlServer.Management.IntegrationServices.IdKey
他の IdKey オブジェクトを表すオブジェクト。