RenameServerDatabaseContributorInput.ChangeDatabaseName Property

Gets a value that indicates whether the database name changes.

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 ChangeDatabaseName As Boolean
public bool ChangeDatabaseName { get; }
public:
property bool ChangeDatabaseName {
    bool get ();
}
member ChangeDatabaseName : bool
function get ChangeDatabaseName () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

RenameServerDatabaseContributorInput Class

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