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>
使用繼承自 Object 之 MemberwiseClone 方法所建立的目前執行個體重複項目。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。