ServiceConstructor<TService>.ConstructServiceImplementation Method

Constructs a service instance.

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

Syntax

'Declaration
Protected MustOverride Function ConstructServiceImplementation As TService
'Usage
Dim returnValue As TService

returnValue = Me.ConstructServiceImplementation()
protected abstract TService ConstructServiceImplementation()
protected:
virtual TService ConstructServiceImplementation() abstract
protected abstract function ConstructServiceImplementation() : TService
abstract ConstructServiceImplementation : unit -> 'TService 

Return Value

Type: TService

Remarks

Client code is expected to implement this method.

.NET Framework Security

See Also

Reference

ServiceConstructor<TService> Class

ServiceConstructor<TService> Members

Microsoft.Data.Schema.Extensibility Namespace