Delen via


RenameServerDatabaseContributorInput.OldDatabaseValue Property

Gets the old database 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 OldDatabaseValue As String
public string OldDatabaseValue { get; }
public:
property String^ OldDatabaseValue {
    String^ get ();
}
member OldDatabaseValue : string
function get OldDatabaseValue () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

RenameServerDatabaseContributorInput Class

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