Freigeben über


GetObjectFactory-Methode

Gets the factory object used to create new instances.

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

Syntax

'Declaration
Public Shared Function GetObjectFactory As SfcObjectFactory
'Usage
Dim returnValue As SfcObjectFactory

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

Rückgabewert

Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcObjectFactory
A SfcObjectFactory object that is used to create new instances.

Beispiele

VC#

obFactory = managedInstance.GetObjectFactory();

VB

obFactory = managedInstance.GetObjectFactory()

PowerShell

$obFactory = $managedInstance.GetObjectFactory()