IdKey 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 IdKey 類別的新執行個體。
多載
| 名稱 | Description |
|---|---|
| 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)