Operation.GetObjectFactory Method ()

 

Applies To: SQL Server 2016 Preview

Retrieves the factory to create a new instance.

Namespace:   Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

public static SfcObjectFactory GetObjectFactory()
public:
static SfcObjectFactory^ GetObjectFactory()
static member GetObjectFactory : unit -> SfcObjectFactory
Public Shared Function GetObjectFactory As SfcObjectFactory

Return Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectFactory

The factory to create a new instance.

See Also

Operation Class
Microsoft.SqlServer.Management.IntegrationServices Namespace

Return to top