EntityDeploySetLogicalNames.Execute Method

Executes the EntityDeploySetLogicalNames 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 build task completed successfully; false otherwise.

Implements

ITask.Execute()

Version Information

.NET Framework

Supported in: 4.6, 4.5, 4

See Also

Reference

EntityDeploySetLogicalNames Class

Microsoft.Data.Entity.Build.Tasks Namespace