RenameReferenceContributorInput.OldName Property
Gets the old schema object name.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Sql.Refactoring.Rename
Assembly: Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property OldName As String
'Usage
Dim instance As RenameReferenceContributorInput
Dim value As String
value = instance.OldName
public string OldName { get; }
public:
property String^ OldName {
String^ get ();
}
public function get OldName () : String
Property Value
Type: System.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.
See Also
Reference
RenameReferenceContributorInput Class
RenameReferenceContributorInput Members
Microsoft.VisualStudio.Data.Schema.Project.Sql.Refactoring.Rename Namespace