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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.