Método ServiceConstructor<TService>.Clone

Duplica a instância atual.

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

Sintaxe

'Declaração
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>

Valor de retorno

Tipo: Microsoft.Data.Schema.ServiceConstructor<TService>
Uma duplicata da instância atual que é criada usando o MemberwiseClone método que é herdado da Object.

Segurança do .NET Framework

Consulte também

Referência

ServiceConstructor<TService> Classe

Namespace Microsoft.Data.Schema