Freigeben über


ISfcCollection.GetElementFactory-Methode

Gets the factory that is used to instantiate objects for the collection. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Function GetElementFactory As SfcObjectFactory
'Usage
Dim instance As ISfcCollection 
Dim returnValue As SfcObjectFactory 

returnValue = instance.GetElementFactory()
SfcObjectFactory GetElementFactory()
SfcObjectFactory^ GetElementFactory()
abstract GetElementFactory : unit -> SfcObjectFactory
function GetElementFactory() : SfcObjectFactory

Rückgabewert

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

Siehe auch

Verweis

ISfcCollection Schnittstelle

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace