EntityDeploySplit.Execute Method

Executes the EntityDeploySplit task.

Namespace:  Microsoft.Data.Entity.Build.Tasks
Assembly:  Microsoft.Data.Entity.Build.Tasks (in Microsoft.Data.Entity.Build.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
true if the task finished successfully; otherwise, false.

Implements

ITask.Execute()

Version Information

.NET Framework

Supported in: 4.6, 4.5, 4

See Also

Reference

EntityDeploySplit Class

Microsoft.Data.Entity.Build.Tasks Namespace