DeploymentProjectBuilder.OutputDirectory 属性

获取或设置部署的输出目录。

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

语法

声明
Protected Friend Property OutputDirectory As DirectoryInfo
    Get
    Set
protected internal DirectoryInfo OutputDirectory { get; set; }
protected public:
property DirectoryInfo^ OutputDirectory {
    DirectoryInfo^ get ();
    void set (DirectoryInfo^ value);
}
member OutputDirectory : DirectoryInfo with get, set
function get OutputDirectory () : DirectoryInfo
function set OutputDirectory (value : DirectoryInfo)

属性值

类型:System.IO.DirectoryInfo

.NET Framework 安全性

请参见

参考

DeploymentProjectBuilder 类

Microsoft.Data.Schema.Build 命名空间