Condividi tramite


Metodo ServiceConstructor<TService>.Clone

Duplica l'istanza corrente.

Spazio dei nomi:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

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

Valore restituito

Tipo: Microsoft.Data.Schema.ServiceConstructor<TService>
Duplicato dell'istanza corrente creato utilizzando il metodo MemberwiseClone ereditato dall'oggetto Object.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ServiceConstructor<TService> Classe

Spazio dei nomi Microsoft.Data.Schema