DeployedDac.GetObjectFactory Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'objet de fabrique utilisé pour créer des instances.
public:
static Microsoft::SqlServer::Management::Sdk::Sfc::SfcObjectFactory ^ GetObjectFactory();
public static Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectFactory GetObjectFactory ();
static member GetObjectFactory : unit -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectFactory
Public Shared Function GetObjectFactory () As SfcObjectFactory
Retours
Retourne un objet SfcObjectFactory utilisé pour créer des instances.
Exemples
Vc #
obFactory = deployedDac.GetObjectFactory();
VB
obFactory = deployedDac.GetObjectFactory()
PowerShell
$obFactory = $deployedDac.GetObjectFactory()