Share via


DataGeneratorTask.Execute Method

Override. Returns the result of an attempt to execute a Data Generation plan.

Namespace:  Microsoft.Data.Schema.Tasks
Assembly:  Microsoft.Data.Schema.Tasks (in Microsoft.Data.Schema.Tasks.dll)

Syntax

'Declaration
Public Overrides Function Execute As Boolean
public override bool Execute()
public:
virtual bool Execute() override
abstract Execute : unit -> bool 
override Execute : unit -> bool 
public override function Execute() : boolean

Return Value

Type: System.Boolean
Returns True if execution is successful; otherwise, False.

Implements

ITask.Execute()

.NET Framework Security

See Also

Reference

DataGeneratorTask Class

Microsoft.Data.Schema.Tasks Namespace