Compartir a través de


GetElementFactoryImpl Método

Returns the factory that is used to instantiate objects for the collection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Protected MustOverride Function GetElementFactoryImpl As SfcObjectFactory
'Uso
Dim returnValue As SfcObjectFactory

returnValue = Me.GetElementFactoryImpl()
protected abstract SfcObjectFactory GetElementFactoryImpl()
protected:
virtual SfcObjectFactory^ GetElementFactoryImpl() abstract
abstract GetElementFactoryImpl : unit -> SfcObjectFactory 
protected abstract function GetElementFactoryImpl() : SfcObjectFactory

Valor devuelto

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcObjectFactory
The SfcObjectFactory object that is used to instantiate objects.