Delen via


RenameReferenceContributorInput.NewName Property

Gets the new name for the schema object.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Package.Sql (in Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property NewName As String
public string NewName { get; }
public:
property String^ NewName {
    String^ get ();
}
member NewName : string
function get NewName () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

RenameReferenceContributorInput Class

Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring Namespace