RenameServerDatabaseContributorInput.NewServerValue Property

Gets the new server value.

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

Syntax

'Declaration
Public ReadOnly Property NewServerValue As String
    Get
'Usage
Dim instance As RenameServerDatabaseContributorInput
Dim value As String

value = instance.NewServerValue
public string NewServerValue { get; }
public:
property String^ NewServerValue {
    String^ get ();
}
function get NewServerValue () : String
member NewServerValue : string

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

RenameServerDatabaseContributorInput Class

RenameServerDatabaseContributorInput Members

Microsoft.VisualStudio.Data.Schema.Project.Sql.Refactoring.RenameServerDatabase Namespace