EntityDeploySplit.Sources Property

An array of ITaskItem that contains information about the .edmx files to be processed.

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 that contains information about the .edmx files to be processed.

Remarks

The Sources property is an input for the EntityDeploySplit build task.

Version Information

.NET Framework

Supported in: 4.6, 4.5, 4

See Also

Reference

EntityDeploySplit Class

Microsoft.Data.Entity.Build.Tasks Namespace