EntityDeploy.Sources Property

An array of pointers to .edmx files. Each file is passed to MSBuild as a build item.

Namespace:  Microsoft.Data.Entity.Build.Tasks
Assembly:  Microsoft.Data.Entity.Build.Tasks (in Microsoft.Data.Entity.Build.Tasks.dll)

Syntax

'Declaration
<RequiredAttribute> _
Public Property Sources As ITaskItem()
[RequiredAttribute]
public ITaskItem[] Sources { get; set; }
[RequiredAttribute]
public:
property array<ITaskItem^>^ Sources {
    array<ITaskItem^>^ get ();
    void set (array<ITaskItem^>^ value);
}
[<RequiredAttribute>]
member Sources : ITaskItem[] with get, set
function get Sources () : ITaskItem[]
function set Sources (value : ITaskItem[])

Property Value

Type: array<Microsoft.Build.Framework.ITaskItem[]
An array of ITaskItem. Each element of the array is a pointer to a .edmx file.

Version Information

.NET Framework

Supported in: 4.6, 4.5, 4, 3.5 SP1

See Also

Reference

EntityDeploy Class

Microsoft.Data.Entity.Build.Tasks Namespace