Doctrine\DBAL\Platforms\SQLServerPlatform::supportsCreateDropDatabase PHP Méthode

supportsCreateDropDatabase() public méthode

{@inheritDoc}
    public function supportsCreateDropDatabase()
    {
        return false;
    }
SQLServerPlatform