ServiceConstructor<TService>.ConstructService Method

Calls ConstructServiceImplementation.

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

Syntax

'Declaration
Public Function ConstructService As TService
'Usage
Dim instance As ServiceConstructor
Dim returnValue As TService

returnValue = instance.ConstructService()
public TService ConstructService()
public:
TService ConstructService()
public function ConstructService() : TService
member ConstructService : unit -> 'TService 

Return Value

Type: TService

.NET Framework Security

See Also

Reference

ServiceConstructor<TService> Class

ServiceConstructor<TService> Members

Microsoft.Data.Schema.Extensibility Namespace