DeploymentProjectBuilder.Renames 属性

获取或设置在部署期间出现的文件名的列表。

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

语法

声明
Protected Friend Property Renames As Dictionary(Of String, String)
    Get
    Private Set
protected internal Dictionary<string, string> Renames { get; private set; }
protected public:
property Dictionary<String^, String^>^ Renames {
    Dictionary<String^, String^>^ get ();
    private: void set (Dictionary<String^, String^>^ value);
}
member Renames : Dictionary<string, string> with get, private set
function get Renames () : Dictionary<String, String>
private function set Renames (value : Dictionary<String, String>)

属性值

类型:System.Collections.Generic.Dictionary<String, String>

.NET Framework 安全性

请参见

参考

DeploymentProjectBuilder 类

Microsoft.Data.Schema.Build 命名空间