Condividi tramite


Metodo Operation.GetObjectFactory

Retrieves the factory to create a new instance.

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

'Dichiarazione
Public Shared Function GetObjectFactory As SfcObjectFactory
'Utilizzo
Dim returnValue As SfcObjectFactory 

returnValue = Operation.GetObjectFactory()
public static SfcObjectFactory GetObjectFactory()
public:
static SfcObjectFactory^ GetObjectFactory()
static member GetObjectFactory : unit -> SfcObjectFactory
public static function GetObjectFactory() : SfcObjectFactory

Valore restituito

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectFactory
The factory to create a new instance.

Vedere anche

Riferimento

Operation Classe

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices