ServiceConstructor<TService>.Clone Method

Clones a service constructor.

Namespace:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Overridable Function Clone As ServiceConstructor(Of TService)
'Usage
Dim instance As ServiceConstructor
Dim returnValue As ServiceConstructor(Of TService)

returnValue = instance.Clone()
public virtual ServiceConstructor<TService> Clone()
public:
virtual ServiceConstructor<TService>^ Clone()
public function Clone() : ServiceConstructor<TService>
abstract Clone : unit -> ServiceConstructor<'TService> 
override Clone : unit -> ServiceConstructor<'TService> 

Return Value

Type: Microsoft.Data.Schema.Extensibility.ServiceConstructor<TService>

.NET Framework Security

See Also

Reference

ServiceConstructor<TService> Class

ServiceConstructor<TService> Members

Microsoft.Data.Schema.Extensibility Namespace