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
- 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