ServiceConstructor<TService>.Clone Method

Duplicates the current instance.

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>

Return Value

Type: Microsoft.Data.Schema.ServiceConstructor<TService>
A duplicate of the current instance that is created by using the MemberwiseClone method that is inherited from Object.

.NET Framework Security

See Also

Reference

ServiceConstructor<TService> Class

Microsoft.Data.Schema Namespace