EntityDeploySetLogicalNames.ResourceOutputPath 属性

从中读取标记为嵌入的资源的路径。

命名空间:  Microsoft.Data.Entity.Build.Tasks
程序集:  Microsoft.Data.Entity.Build.Tasks(在 Microsoft.Data.Entity.Build.Tasks.dll 中)

语法

声明
<RequiredAttribute> _
Public Property ResourceOutputPath As String
[RequiredAttribute]
public string ResourceOutputPath { get; set; }
[RequiredAttribute]
public:
property String^ ResourceOutputPath {
    String^ get ();
    void set (String^ value);
}
[<RequiredAttribute>]
member ResourceOutputPath : string with get, set

属性值

类型:System.String
从中读取标记为嵌入的资源的路径。

备注

ResourceOutputPath 属性是 EntityDeploySetLogicalNames 生成任务的输入。

版本信息

.NET Framework

受以下版本支持:4.5、4

.NET Framework 安全性

平台

Windows 8.1, Windows Server 2012 R2, Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008(不支持服务器核心角色), Windows Server 2008 R2(支持带 SP1 或更高版本的服务器核心角色;不支持 Itanium)

.NET Framework 并非支持每个平台的所有版本。有关支持的版本的列表,请参阅.NET Framework 系统要求

请参阅

参考

EntityDeploySetLogicalNames 类

Microsoft.Data.Entity.Build.Tasks 命名空间