Aracılığıyla paylaş


ServiceConstructor<TService>.ConstructServiceImplementation Yöntem

Arayan ConstructService yöntemine yeni bir kopyasını belirtilen iade TService Type.

Ad alanı:  Microsoft.Data.Schema
Derleme:  Microsoft.Data.Schema (Microsoft.Data.Schema.dll içinde)

Sözdizimi

'Bildirim
Protected MustOverride Function ConstructServiceImplementation As TService
protected abstract TService ConstructServiceImplementation()
protected:
virtual TService ConstructServiceImplementation() abstract
abstract ConstructServiceImplementation : unit -> 'TService 
protected abstract function ConstructServiceImplementation() : TService

Dönüş Değeri

Tür: TService
Belirtilen türde bir örneği.

Açıklamalar

Devralanlara Notlar

Türetilmiş bir sınıf özel özellikleri eklediyseniz, çağrıyı oluşturulan örnek verdiği önce bu yöntemi Bu özellik değerlerini oluşturulan örneğine uygulamanız gerekir.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ServiceConstructor<TService> Sınıf

Microsoft.Data.Schema Ad Alanı

ConstructService