EntityClean.OutputPath 属性

返回从中删除模型和映射文件的路径。

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

语法

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

属性值

类型:System.String
从中删除模型和映射文件的路径。

备注

当您将一个概念模型 Metadata Artifact Processing 属性设置为 Copy to Output Directory时,模型和映射文件复制到 OutputPath,则在生成项目时。

版本信息

.NET Framework

受以下版本支持:4.5、4、3.5 SP1

.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 系统要求

请参阅

参考

EntityClean 类

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