RenameServerDatabaseContributorInput.OldServerValue Property

Gets the old server name.

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 OldServerValue As String
public string OldServerValue { get; }
public:
property String^ OldServerValue {
    String^ get ();
}
member OldServerValue : string
function get OldServerValue () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

RenameServerDatabaseContributorInput Class

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