IdKey コンストラクター

定義

IdKey クラスの新しいインスタンスを初期化します。

オーバーロード

IdKey()

IdKey クラスの新しいインスタンスを初期化します。

IdKey(IdKey)

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

IdKey(Int64)

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

IdKey()

IdKey クラスの新しいインスタンスを初期化します。

public:
 IdKey();
public IdKey ();
Public Sub New ()

適用対象

IdKey(IdKey)

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

public:
 IdKey(Microsoft::SqlServer::Management::IntegrationServices::IdKey ^ other);
public IdKey (Microsoft.SqlServer.Management.IntegrationServices.IdKey other);
new Microsoft.SqlServer.Management.IntegrationServices.IdKey : Microsoft.SqlServer.Management.IntegrationServices.IdKey -> Microsoft.SqlServer.Management.IntegrationServices.IdKey
Public Sub New (other As IdKey)

パラメーター

other
IdKey

他の IdKey オブジェクトを表すオブジェクト。

適用対象

IdKey(Int64)

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

public:
 IdKey(long id);
public IdKey (long id);
new Microsoft.SqlServer.Management.IntegrationServices.IdKey : int64 -> Microsoft.SqlServer.Management.IntegrationServices.IdKey
Public Sub New (id As Long)

パラメーター

id
Int64

指定した識別子。

適用対象