共用方式為


ServiceConstructor<TService>.Clone 方法

複製目前的執行個體。

命名空間:  Microsoft.Data.Schema
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Public Overridable Function Clone As ServiceConstructor(Of TService)
public virtual ServiceConstructor<TService> Clone()
public:
virtual ServiceConstructor<TService>^ Clone()
abstract Clone : unit -> ServiceConstructor<'TService> 
override Clone : unit -> ServiceConstructor<'TService> 
public function Clone() : ServiceConstructor<TService>

傳回值

型別:Microsoft.Data.Schema.ServiceConstructor<TService>
使用繼承自 ObjectMemberwiseClone 方法所建立的目前執行個體重複項目。

.NET Framework 安全性

請參閱

參考

ServiceConstructor<TService> 類別

Microsoft.Data.Schema 命名空間