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 

Return Value

Type: System.Boolean
true if the task finished successfully; otherwise, false.

Implements

ITask.Execute()

.NET Framework Security

Platforms

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

EntityDeploySplit Class

EntityDeploySplit Members

Microsoft.Data.Entity.Build.Tasks Namespace