Méthode PolicyStore.ISfcDomain.GetExecutionEngine
Gets a new ISfcExecutionEngine object.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Private Function GetExecutionEngine As ISfcExecutionEngine
Implements ISfcDomain.GetExecutionEngine
'Utilisation
Dim instance As PolicyStore
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
A new ISfcExecutionEngine object.
Implémente
ISfcDomain.GetExecutionEngine()