Freigeben über


ServiceConstructor<TService>.Clone-Methode

Dupliziert die aktuelle Instanz.

Namespace:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
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>

Rückgabewert

Typ: Microsoft.Data.Schema.ServiceConstructor<TService>
Ein Duplikat der aktuellen, mit der MemberwiseClone-Methode erstellen Instanz, die vom Object geerbt wurde.

.NET Framework-Sicherheit

Siehe auch

Referenz

ServiceConstructor<TService> Klasse

Microsoft.Data.Schema-Namespace