通过


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

指定的标识符。

适用于