Share via


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

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

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
Public Sub New ( _
    id As Long _
)
'使用
Dim id As Long 

Dim instance As New IdKey(id)
public IdKey(
    long id
)
public:
IdKey(
    long long id
)
new : 
        id:int64 -> IdKey
public function IdKey(
    id : long
)

パラメーター

関連項目

参照

IdKey クラス

IdKey オーバーロード

Microsoft.SqlServer.Management.IntegrationServices 名前空間