Método IntegrationServices.ISfcDomain.GetExecutionEngine
Retrieves the execution engine.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Private Function GetExecutionEngine As ISfcExecutionEngine
Implements ISfcDomain.GetExecutionEngine
'Uso
Dim instance As IntegrationServices
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcExecutionEngine
The execution engine.
Implementa
ISfcDomain.GetExecutionEngine()
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices