Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)