Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the factory that is used to instantiate objects for the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected MustOverride Function GetElementFactoryImpl As SfcObjectFactory
'Usage
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
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectFactory
The SfcObjectFactory object that is used to instantiate objects.