Compartilhar via


Propriedade DeploymentProjectBuilder.Renames

Obtém ou define a lista de renomeação de arquivo que ocorrem durante a implantação.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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>)

Valor de propriedade

Tipo: System.Collections.Generic.Dictionary<String, String>

Segurança do .NET Framework

Consulte também

Referência

DeploymentProjectBuilder Classe

Namespace Microsoft.Data.Schema.Build