Partager via


Méthode ISfcDomain.GetExecutionEngine

Returns an ISfcExecutionEngine object that specifies an instance of the Database Engine for running scripts.

Espace de noms :  Microsoft.SqlServer.Management.Dac
Assembly :  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Syntaxe

'Déclaration
Private Function GetExecutionEngine As ISfcExecutionEngine
    Implements ISfcDomain.GetExecutionEngine
'Utilisation
Dim instance As DacDomain
Dim returnValue As ISfcExecutionEngine

returnValue = CType(instance, ISfcDomain).GetExecutionEngine()
ISfcExecutionEngine ISfcDomain.GetExecutionEngine()
private:
virtual ISfcExecutionEngine^ GetExecutionEngine() sealed = ISfcDomain::GetExecutionEngine
private abstract GetExecutionEngine : unit -> ISfcExecutionEngine 
private override GetExecutionEngine : unit -> ISfcExecutionEngine 
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de retour

Type : Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcExecutionEngine
Returns ISfcExecutionEngine that represents the execution engine.

Implémente

ISfcDomain. . :: . .GetExecutionEngine() () () ()