Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the list of file renames that occur during deployment.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Friend Property Renames As Dictionary(Of String, String)
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>)
Property Value
Type: System.Collections.Generic.Dictionary<String, String>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.