IdKey 建構函式

定義

初始化 IdKey 類別的新執行個體。

多載

名稱 Description
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

指定的識別碼。

適用於