RenameServerDatabaseContributorInput.NewDatabaseValue Property
Gets the new 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 NewDatabaseValue As String
public string NewDatabaseValue { get; }
public:
property String^ NewDatabaseValue {
String^ get ();
}
member NewDatabaseValue : string
function get NewDatabaseValue () : 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
RenameServerDatabaseContributorInput Class
Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring Namespace