Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Private Function Execute ( _
script As ISfcScript _
) As Object Implements ISfcExecutionEngine.Execute
'Usage
Dim instance As SfcTSqlExecutionEngine
Dim script As ISfcScript
Dim returnValue As Object
returnValue = CType(instance, ISfcExecutionEngine).Execute(script)
Object ISfcExecutionEngine.Execute(
ISfcScript script
)
private:
virtual Object^ Execute(
ISfcScript^ script
) sealed = ISfcExecutionEngine::Execute
private abstract Execute :
script:ISfcScript -> Object
private override Execute :
script:ISfcScript -> Object
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- script
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
The script that describes the SfcScript.
Return Value
Type: System.Object
The specified object in the script.
Implements
ISfcExecutionEngine.Execute(ISfcScript)