IdKey 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 IdKey 类的新实例。
重载
| IdKey() |
初始化 IdKey 类的新实例。 |
| IdKey(IdKey) |
使用指定的其他的标识符键初始化 IdKey 类的新实例。 |
| IdKey(Int64) |
使用指定的标识符初始化 IdKey 类的新实例。 |
IdKey()
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)