Share via


ServiceConstructor<TService>.Clone, méthode

Copie l'instance actuelle.

Espace de noms :  Microsoft.Data.Schema
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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>

Valeur de retour

Type : Microsoft.Data.Schema.ServiceConstructor<TService>
Doublon de l'instance actuelle créé à l'aide de la méthode MemberwiseClone héritée de Object.

Sécurité .NET Framework

Voir aussi

Référence

ServiceConstructor<TService> Classe

Microsoft.Data.Schema, espace de noms